BUG: sp_helpindex Does Not Identify UNIQUE KEY CorrectlyLast reviewed: April 8, 1997Article ID: Q150899 |
The information in this article applies to:
SYMPTOMSUsing sp_helpindex on a table with a UNIQUE KEY identifies the index only as a UNIQUE index, not as a UNIQUE KEY.
CAUSEThe logic in the stored procedure is incorrect for identifying UNIQUE KEYs. It correctly checks for the existence of the UNIQUE KEY status bit, but then presents results based on a different status bit.
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.0 and 6.5. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
|
Additional query words: Sql60 sql65 sp_helpindex unique key
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |