monitor
#monitor#7995

7995

Product Name Event ID 7995 Event Source MSSQLSERVER Component SQLEngine Symbolic Name DBCC2_SYSTEM_CATALOGS_CORRUPT Message Text

Product Name

Event ID

7995

Event Source

MSSQLSERVER

Component

SQLEngine

Symbolic

Name

DBCC2_SYSTEM_CATALOGS_CORRUPT

Message Text

Database ‘DBNAME’: consistency errors in system catalogs prevent further DBCC

CHECKNAME processing.

The DBCC CHECKDB process consists of the following three stages:

  1. Allocation checks. This is equivalent to running DBCC CHECKALLOC.

  2. System tables consistency checks. This is equivalent to running DBCC CHECKTABLE on a

small list of necessary system base tables.

  1. Complete database consistency checks.

MSSQLEngine_7995 is raised in stage 2 to indicate that DBCC CHECKDB has found errors that

the command cannot repair or that REPAIR has not been specified. DBCC CHECKDB cannot

continue with stage 3 because either the system base tables in question store the metadata for

all objects in the database or the system base tables are corrupted.

Expand table