What is the database consistency checker?

The database consistency checker (dbcc) provides commands for checking the logical and physical consistency of a database. Two major functions of dbcc are:

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. For more information, see the Component Integration Services User’s Guide.