Browse by Tags

How long DBCC CHECKDB process runs on SQL Server instance?
Published 14 February 8 5:43 AM | SSQA.net
In order to keepup the database logical and physical integrity of all the objects, you must run the DBCC statement such as DBCC CHECKALLOC, DBCC CHECKTABLE and DBCC CHECKCATALOG. Overall you can do this with another statement DBCC CHECKDB that will avoid...