Error 8923
SQL Server 2000
Error 8923
Topic last updated -- January 2004
Severity Level 10
Message Text
The repair level on the DBCC statement caused this repair to be bypassed.
Explanation
All fixes are ranked so that their impact can be correlated with a repair-level option specified by the user (among other reasons for ranking). For example, a missing non-clustered index row can be fixed by an index rebuild (for which the user must have specified REPAIR_REBUILD), whereas a corrupt data page header can only be fixed by de-allocating the page (for which the user must specify REPAIR_ALLOW_DATA_LOSS).
Action
No user action required.