Previous Topic: Required Full BackupNext Topic: Backup Strategy Recommendations


Database Consistency Checks

When your database activity is low, you should run a database consistency check (DBCC), particularly with a large database. Although it takes some time, it is important to determine that your Microsoft SQL Server database is functioning well.

A DBCC tests the physical and logical consistency of a database. When you enable the Database Consistency Check option for a backup, the DBCC performs the following tests:

For more information, see Database Consistency Check (DBCC) Options.