This topic has not yet been rated - Rate this topic

Error 8972

SQL Server 2000

Error 8972

  Topic last updated -- January 2004

Severity Level 16
Message Text

Forwarded row referenced by more than one row. Object ID O_ID, page P_ID1, slot S_ID1 incorrectly points to the forwarded row page P_ID2, slot S_ID2; the forwarded row correctly refers back to page P_ID3, slot S_ID3.

Explanation

The forwarded row (S_ID2 on page P_ID2) is pointed to by an extra forwarding row (S_ID1 on page P_ID1).

Action

HARDWARE FAILURE

Run hardware diagnostics and correct any problems. Also examine the Microsoft® Windows NT® system and application logs and the SQL Server™ error log to see if the error occurred as the result of hardware failure. Fix any hardware related problems.

If you have persistent data corruption problems, try to swap out different hardware components to isolate the problem. Check to ensure that your system does not have write caching enabled on the disk controller. If you suspect this to be the problem, contact your hardware vendor.

Finally, you might find it beneficial to switch to a completely new hardware system, including reformatting the disk drives and reinstalling the operating system.

RESTORE FROM BACKUP

If the problem is not hardware related and a known clean backup is available, restore the database from the backup. 

DBCC CHECKDB

If no clean backup is available, execute DBCC CHECKDB without a repair clause to determine the extent of the corruption. DBCC CHECKDB will recommend a repair clause to use. Then, execute DBCC CHECKDB with the appropriate repair clause to repair the corruption.

Caution  If you are unsure what effect DBCC CHECKDB with a repair clause has on your data, contact your primary support provider before executing this statement.

Performing a repair will cause row S_ID1 on page P_ID1 to be deleted, and any non-clustered indexes to be rebuilt. If running DBCC CHECKDB with one of the repair clauses does not correct the problem, contact your primary support provider.

See Also

DBCC CHECKDB

Errors 8000 - 8999

Reporting Errors to Your Primary Support Provider

Did you find this helpful?
(1500 characters remaining)