High Quality
Open the downloaded document, and select print from the file menu (PDF reader required).
Those of you familiar with previous versions of SQL Server might know the DBCC
statements as the Database Consistency Checker. All documentation now refers to them
as the Database Console Commands, probably in deference to the fact that not all of them
are used for database consistency checks.
preventative measure, and others, such as DBCC SHRINKFILE, you can choose to run
when needed, table below lists some of the DBCC statements commonly used for
database maintenance.
Several of the DBCC statements have the ability to detect and attempt to repair
corruption in the database. Power failures or spikes, hardware glitches, or even internal
SQL Server errors can cause this corruption. The primary validation DBCCs are the
Add a Comment