This keeps the actual results of DBCC CheckDB operations (as opposed to outcome and associated operational data in the “Log” tables). The level of detail kept in this table per operation is determined by the ResultMode column in Minion.CheckDBSettingsDB (e.g., SUMMARY, FULL, or NONE).
 
Name Type Description
ExecutionDateTime datetime

Date and time of the operation.

DBName nvarchar

Database name.

BeginTime datetime

The date and time that the operation began.

EndTime datetime

The date and time that the operation finished.

Error int

The error number. (E.g., error number 8989.)

Level int

The error level.

State int

The error state.

MessageText varchar

The message text. E.g., “CHECKDB found 0 allocation errors and 0 consistency errors in database 'ABC'.

RepairLevel nvarchar

The repair level used for the operation.

Status int

The status of the operation. (0 = Success.)

DbId int

Database ID.

DbFragId int

CHECKDB TABLERESULTS output; not documented.

ObjectId bigint

Object ID.

IndexID int

Index ID.

PartitionId bigint

Partition ID.

AllocUnitId int

Allocation unit ID.

RidDBId bigint

Undocumented.

RidPruId bigint

Undocumented.

File int

Undocumented.

Page bigint

Undocumented.

Slot bigint

Undocumented.

RefDbId int

Undocumented.

RefPruId int

Undocumented.

RefFile int

Undocumented.

RefPage bigint

Undocumented.

RefSlot bigint

Undocumented.

Allocation int

Undocumented.