DBCC CHECKCATALOG

Check for catalog consistency

Syntax
     DBCC CHECKCATALOG 
        [('database_name' | database_id | 0 )]
           [WITH NO_INFOMSGS]

 Key:
   WITH NO_INFOMSGS - Suppresses all informational messages.

"The quality of a department is inversely proportional to the number of courses it lists in its catalogue" ~ Hildebrand's Law

Related commands

DBCC CHECKTABLE - Check integrity of a table or indexed view.


 
Copyright © 1999-2024 SS64.com
Some rights reserved