Checking Database Consistency

The database consistency checker (dbcc) provides commands for checking the logical and physical consistency of a database.

dbcc checks:

dbcc checkstorage stores the results of checks in the dbccdb database. You can print reports from dbccdb using the dbcc stored procedures.

Use the dbcc commands:

If you are using Component Integration Services, there are additional dbcc commands you can use for remote databases. See the Component Integration Services Users Guide.

Related concepts
Conditions That Do Not Disable Mirroring