BUG: DOC: SQL Books Online Documentation Error for CHECKCATALOG (239115)



The information in this article applies to:

  • Microsoft SQL Server 7.0

This article was previously published under Q239115
BUG #: 56269 (SQLBUG_70)

SYMPTOMS

The topic in the SQL Books Online, for MSG 2513, states the following:
Error 2513

   Explanation

   This error occurs when the DBCC CHECKCATALOG statement deletes a
   database object in one system table and this is not expected in
   another.

				
You can find this topic by searching for "Error 2513".

STATUS

Microsoft has confirmed this to be a problem in SQL Server 7.0.

MORE INFORMATION

DBCC CHECKCATALOG performs consistency checks between a database's system tables. In no way does CHECKCATALOG modify these tables. SQL Books Online should state:
   This error occurs when the DBCC CHECKCATALOG statement detects a 
   database object in one system table and this is not expected in another.
				

Modification Type:MajorLast Reviewed:10/16/2002
Keywords:kbBug KB239115