Seaquel
SQL Server error code

SQL Server error 7986

SQL Server raises error 7986 at severity 16, which marks a problem with the query or data that you can correct.

System table pre-checks: Object ID %d has cross-object chain linkage. Page %S_PGID points to %S_PGID in alloc unit ID %I64d (should be %I64d). Check statement terminated due to unrepairable error.
Msg7986
NameDBCC2_PRE_CHECKS_CROSS_OBJECT_LINKAGE
Severity16
Group7000–7999

What it means

The first phase of a DBCC CHECKDB is to do primitive checks on the data pages of critical system tables. If any errors are found, they cannot be repaired; therefore, the DBCC CHECKDB terminates immediately. The next page pointer of page P_ID1 in the data level of the specified object points to a page, P_ID2, in a different object.

Source: Database Engine events and errors