This keeps the results from DBCC CheckTable 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.CheckDBSettingsTable (e.g., SUMMARY, FULL, or NONE).
Name Type Description
ExecutionDateTime datetime

Date and time of the operation.

DBName nvarchar

Database name.

SchemaName varchar

Schema name.

TableName varchar

Table name.

IndexName varchar

This field is not yet in use.

IndexType varchar

This field is not yet in use.

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 bigint

Allocation unit ID.

RidDBId int

Undocumented.

RidPruId int

Undocumented.

File int

Undocumented.

Page bigint

Undocumented.

Slot bigint

Undocumented.

RefDbId int

Undocumented.

RefPruId int

Undocumented.

RefFile bigint

Undocumented.

RefPage bigint

Undocumented.

RefSlot bigint

Undocumented.

Allocation int

Undocumented.