SQL Server error code
SQL Server error 8994
SQL Server raises error 8994 at severity 16, which marks a problem with the query or data that you can correct.
Object ID %d, forwarded row page %S_PGID, slot %d should be pointed to by forwarding row page %S_PGID, slot %d. Did not encounter forwarding row. Possible allocation error.
| Msg | 8994 |
|---|---|
| Name | DBCC3_MISSING_FORWARDING_ROW |
| Severity | 16 |
| Group | 8000–8999 |
What it means
A forwarded row in a heap is missing the forwarding row that should point to it.