SQL Server error code
SQL Server error 7984
SQL Server raises error 7984 at severity 16, which marks a problem with the query or data that you can correct.
System table pre-checks: Object ID %d. Page %S_PGID has unexpected page type %d. Check statement terminated due to unrepairable error.
| Msg | 7984 |
|---|---|
| Name | DBCC2_PRE_CHECKS_BAD_PAGE_TYPE |
| Severity | 16 |
| Group | 7000–7999 |
What it means
A page with a type other than DATA_PAGE was found in the data level of the specified object. This error is raised during the first phase of the DBCC CHECKDB command checks. During this phase, DBCC CHECKDB performs primitive checks on the data pages of critical system base tables.