BUG: DOC: SQL Books Online Documentation Error for CHECKCATALOG

ID: Q239115


The information in this article applies to:
  • Microsoft SQL Server version 7.0

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 version 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. 

Additional query words:

Keywords : SSrvDoc_Err kbSQLServ700bug
Version : winnt:7.0
Platform : winnt
Issue type : kbbug


Last Reviewed: September 7, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.