Microsoft KB Archive/70831

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 19:29, 12 August 2020 by X010 (talk | contribs) (X010 moved page Microsoft KB Archive/Q70831 to Microsoft KB Archive/70831 without leaving a redirect: Text replacement - "Microsoft KB Archive/Q" to "Microsoft KB Archive/")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

PRSQL9103011: Duplicate Values with a Unique Clustered Index ID Number: Q70831

1.10 OS/2 buglist1.10 fixlist1.11

Summary:

PROBLEM ID: PRSQL9103011

SYMPTOMS An update within a transaction is allowed to create a duplicate value on a column with a unique clustered index. In addition, paging errors occur on the index.

CAUSE This problem is a result of using a clustered index on the table referenced within the transaction.

WORKAROUND Drop and re-create the index to remove the paging errors. Use a nonclustered index instead of a clustered index to avoid this problem.

STATUS Microsoft has confirmed this to be a problem in SQL Server version 1.1. This problem has been corrected in SQL Server version 1.11, which is available from Microsoft Product Support Services. For more information, contact your primary support provider.