FIX: SELECT DISTINCT Operation Generates 1505 Error Message (308811)
The information in this article applies to:
- Microsoft SQL Server 2000 (all editions)
This article was previously published under Q308811
BUG #:354864 (SHILOH_BUGS)
BUG #:355027 (SHILOH_BUGS)
SYMPTOMS
When you use a SELECT DISTINCT operation from another table to insert data into an empty table, you expect for a unique index to be built on the table. However, the attempt to create a unique index may fail with the following 1505 error message for data that was implicitly converted during the insert:
Server: Msg 1505, Level 16, State 1, Line 1
CREATE UNIQUE INDEX terminated because a duplicate key was found for index ID %d. Most significant primary key is '%S_KEY'.
CAUSE
This behavior can occur if, for certain implicit data type conversions, the DISTINCT operation is performed at the wrong time and fails to remove all of the duplicate rows.
RESOLUTIONTo resolve this problem, obtain the latest service pack for Microsoft SQL Server 2000. For additional information, click the following article number to view the article in the
Microsoft Knowledge Base:
290211 INF: How to Obtain the Latest SQL Server 2000 Service Pack
WORKAROUND
To work around this issue, create the unique index with the IGNORE_DUP_KEY clause before you insert the data.
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.
This problem was first corrected in Microsoft SQL Server 2000 Service Pack 2.
Modification Type: | Major | Last Reviewed: | 10/16/2003 |
---|
Keywords: | kbbug kberrmsg kbfix KB308811 kbAudDeveloper |
---|
|