Useful Undocumented SQL Server 2012 DBCC Commands (Part 1) DBCC is an abbreviation for Database Console Command. DBCC commands are generally used to check the physical and logical consistency of a database, although they are also used for a variety of miscellaneous tasks. 1. DBCC addinstance This DBCC command can be used to add an object instance to track in…