Consistency checks for SQL

If you back up a database, transaction log, or filegroup that contains errors, these errors will still exist when the backup is restored. In some cases, this can prevent a successful restore. Backup Exec enables you to check the logical and physical consistency of the data before and after a backup. SQL reports any consistency check failures in the Backup Exec job log. Symantec strongly recommends that you always run a consistency check either before or after the backup.

Backup Exec's consistency check uses the following SQL consistency check utilities:

CHECKDB, CHECKCATALOG, and PHYSICAL_ONLY are performed for database-related operations.

Note:

PHYSICAL_ONLY is not available for SQL 7.0.

CHECKFILEGROUP is performed for filegroup-related operations.

For more information concerning these utilities, see your MS SQL documentation.

More Information

Setting backup options for SQL