DBCC CheckDB
DBCC CHECKDB is used to check the physical integrity of the entire database. DBCC CHECKDB is used to detect corruption in the database, and should be run regularly. This is accomplished by running several of the other DBCC commands, then doing some extra verification. Runs DBCC CHECKALLOC. Runs for every table DBCC CHECKTABLE. Runs DBCC... » read more