monTableColumns

Description

Describes all the columns for each monitoring table. monTableColumns helps determine what columns are in the monitoring tables. You can join monTableColumns with monTables to report columns and column attributes for the monitoring tables.

NoteYou need not enable any configuration parameters for this monitoring table to collect data.

Columns

Name

Datatype

Attributes

Description

TableID

int

Unique identifier for the view

ColumnID

int

Position of the column

TypeID

int

Identifier for the datatype of the column

Precision

tinyint

Precision of the column, if numeric

Scale

tinyint

Scale of the column, if numeric

Length

smallint

Maximum length of the column (in bytes)

Indicators

int

Indicators for specific column properties (for example, if the column is prone to wrapping and should be sampled)1

TableName

varchar(30)

Null

Name of the table

ColumnName

varchar(30)

Null

Name of the column

TypeName

varchar(20)

Null

Name of the datatype of the column

Description

varchar(255)

Null

Description of the column

1The Indicators column is a bitmap. Use a bit mask to to determine which bits are turned on. Possible values are: