Error 15080

Severity

16

Message text

The root page %ld of index id %d for table '%.*s' has inconsistent rootkeys information. Drop and recreate the index. Use DBCC REINDEX to rebuild indexes on system catalogs with this form of inconsistency.

Explanation

This error occurs when dbcc checktable finds the root page of a btree index is not coherent with the information in sysindexes.

Action

As noted in the message text:

Versions in which this error is raised

Version 12.5.x and later