SQL Server error code
SQL Server error 8992
SQL Server raises error 8992 at severity 16, which marks a problem with the query or data that you can correct.
Check Catalog Msg %d, State %d: %.*ls
| Msg | 8992 |
|---|---|
| Name | DBCC3_CHECK_CATALOG |
| Severity | 16 |
| Group | 8000–8999 |
What it means
DBCC CHECKCATALOG or DBCC CHECKDB found an inconsistency in the system metadata tables for the specified object. That is, there's an inconsistency between the recorded object ID and the object specified in error message.