dbcc_types

The Cluster Edition adds two columns to the dbcc_types system table. The columns are:

Table 15-1: New dbcc types

type_code

type_name

Description

11

enable dbcc_counter inserts

Enables (1) or disables (0) inserts in the dbcc_counters table.

12

enable excluded faults inserts

Enables (1) or disables (0) inserts of excluded faults.

See also “sp_dbcc_updateconfig”.