Greetings,
I am getting the following error when I running DBCC against one of my databases:
Msg 8952, Level 16, State 1, Line 1
Table error: Database '<[DBName]>', index '<[table-Y]>.<[table-Y]>_PK' (ID 501576825) (index ID 25). Extra or invalid key for the keys:
Msg 8956, Level 16, State 1, Line 1
Index row (1:2400579:0) with values (tp_ListId = 854CCE47-5D71-4AB2-BCED-2FD03187B20E and tp_ID = 1 and tp_CalculatedVersion = 0 and tp_Level = 4.318299788E-211 and tp_RowOrdinal = 0 and tp_SiteId = 2C14422C-A08F-4C2A-B1EB-49829990E0C3 and tp_DeleteTransactionId = NULL and tp_IsCurrentVersion = 1 and tp_DirName = 'mis/hardware/_catalogs/masterpage' and tp_LeafName = 'default.master' and tp_Cal...
CHECKDB found 0 allocation errors and 184 consistency errors in table '<[table-Y]>' (object ID 501576825).
Msg 8952, Level 16, State 1, Line 1
Table error: Database '<[DBName]>', index '<[table-X]>.<[table-X]>_DeleteTransactionIdIdLevelUnique' (ID 1993058136) (index ID 2). Extra or invalid key for the keys:
Msg 8956, Level 16, State 1, Line 1
Index row (1:14257:85) with values (DeleteTransactionId = NULL and Id = 0FC23616-75B9-4647-B1C1-8EFF6E84ACCA and Level = -3.651161009E-025 and SiteId = DE93EE72-DC3F-44BA-8351-983B60D57053 and ParentId = CF48BF2D-041A-4E67-89CF-78353E9E894B and Id = 0FC23616-75B9-4647-B1C1-8EFF6E84ACCA and Level = -3.651161009E-025) points to the data row identified by ().
.
.
.
Too many errors found (201) for object ID 1993058136. To see all error messages rerun the statement using "WITH ALL_ERRORMSGS".
CHECKDB found 0 allocation errors and 512 consistency errors in table '<[table-X]>' (object ID 1993058136).
CHECKDB found 0 allocation errors and 696 consistency errors in database '<[DBName]>'.
repair_fast is the minimum repair level for the errors found by DBCC CHECKDB (<[DBName]> ).`****
Any ideas, suggestions or solutions? Thanks.
↧