Microsoft KB Archive/200795

From BetaArchive Wiki
Knowledge Base


Article ID: 200795

Article Last Modified on 3/14/2006



APPLIES TO

  • Microsoft SQL Server 7.0 Standard Edition



This article was previously published under Q200795

BUG #: 53836 (SQLBUG_70)

SYMPTOMS

When a table contains a foreign key that references a column other than the first column in the parent table, DBCC CHECKCATALOG may incorrectly report error 2513.

WORKAROUND

Create the parent table so that the primary key constraint can be placed on the first column of the table.

STATUS

Microsoft has confirmed this to be a problem in SQL Server 7.0. This problem has been corrected in U.S. Service Pack 2 for Microsoft SQL Server 7.0. For more information, click the following article number to view the article in the Microsoft Knowledge Base:

254561 INF: How to Obtain Service Pack 2 for Microsoft SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0


For more information, contact your primary support provider.

MORE INFORMATION

To determine if the error reported is legitimate, manually test the foreign key constraint to see if it is being enforced correctly. For example, try inserting a record into the foreign key table with a value that does not have a corresponding entry in the primary key table. If the insertion fails, then the foreign key constraint is being enforced correctly and the 2513 error message can be ignored. However, if the insertion succeeds, then the foreign key constraint is not being enforced correctly and the 2513 error message is legitimate.

See SQL Server Books Online for further information regarding error message 2513.


Additional query words: SP2

Keywords: kbbug kbfix KB200795