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:
-
Allocation checks. This is equivalent to running DBCC CHECKALLOC.
-
System tables consistency checks. This is equivalent to running DBCC CHECKTABLE on a
small list of necessary system base tables.
- 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