FIX: Sp_columns Returns More Than One Row for a Column (158464)
The information in this article applies to:
This article was previously published under Q158464
BUG #: 15895 (NT, 6.5)
SYMPTOMS
If a table contains a column bound to a default with a larger comment, the
system stored procedure sp_columns may return more than one row for each
column of a user table. This problem causes error 3191, "Can't define
field more than once," in the Microsoft Jet engine if you try to attach such a
table.
WORKAROUND
To work around this problem, do one of the following:
- Drop and re-create the default without any comments.
-or-
- Use default constraints rather than defaults.
STATUS
Microsoft has confirmed this to be a problem in Microsoft SQL Server
version 6.5. This problem has been corrected in U.S. Service Pack 3 for
Microsoft SQL Server version 6.5. For more information, contact your
primary support provider.
Modification Type: | Major | Last Reviewed: | 10/3/2003 |
---|
Keywords: | kbBug kbfix kbusage KB158464 |
---|
|