Error 2502

Severity Level 16

Message Text

Table Corrupt: A page is linked in more than one chain; check this page:page number=%ld allocation status=%d

Explanation

This error occurs when SQL Server detects an inconsistency in the page linkage of one of the page chains associated with a table. One of the pages has been found to be linked in more than one page chain when it should be linked in only one chain. There is one doubly-linked page chain for the table data, as well as one for each index level.

Important This is a serious error and must be corrected immediately.

If DBCC detects this error during run-time processing, error 605 can also occur.

Action

Follow these steps to resolve the error:

  1. Examine the index ID associated with the page number indicated in the message to determine whether the error occurred on the table data or on an index. For information about how to find the object ID and the index ID of the object that has the error, see Chapter 24, "Additional Problem-solving Techniques."
  2. Restore the database:

If the problem persists, contact your primary support provider for assistance. Have the output of the appropriate DBCC statements available for review.