DBCC tables

These are very brief descriptions for Adaptive Server dbcc tables. See Reference Manual: Tables for complete information.

dbcc_config

Describes the currently executing or last completed dbcc checkstorage operation.

dbcc_counters

Stores the results of the analysis performed by dbcc checkstorage.

dbcc_exclusions

Stores the faults, tables or a combination of them that should be excluded from processing by checkverify and fault reporting via sp_dbcc_faultreport.

dbcc_fault_params

Provides additional descriptive information for a fault entered in the dbcc_faults table.

dbcc_faults

Provides a description of each fault detected by dbcc checkstorage.

dbcc_operation_log

Records the use of the dbcc checkstorage operations.

dbcc_operation_results

Provides additional descriptive information for an operation recorded in the dbcc_operation_log table.

dbcc_types

Provides the definitions of the datatypes used by dbcc checkstorage.