Quantcast
Channel: SQLServerCentral » SQL Server 2008 » Data Corruption (SS2K8 / SS2K8 R2) » Latest topics
Viewing all articles
Browse latest Browse all 223

823 Error

$
0
0
I got an 823 error. I restored the last full backup to a new DB and am running Checkdb on it now.This database is 150gb and contains just one table. All the errors are in the same non-clustered index.So technically, I should be able to just drop the index, correct?Here's the errors:DBCC results for 'ABC_Hipaa'.Msg 8921, Level 16, State 1, Line 1Check terminated. A failure was detected while collecting facts. Possibly tempdb out of space or a system table is inconsistent. Check previous errors.Msg 8980, Level 16, State 1, Line 1Table error: Object ID 485576768, index ID 2, partition ID 72057594038976512, alloc unit ID 72057594047102976 (type In-row data). Index node page (1:2018313), slot 83 refers to child page (1:2360888) and previous child (1:1677418), but they were not encountered.Msg 8944, Level 16, State 12, Line 1Table error: Object ID 485576768, index ID 2, partition ID 72057594038976512, alloc unit ID 72057594047102976 (type In-row data), page (1:3690040), row 5. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 15 and 3.Msg 8944, Level 16, State 17, Line 1Table error: Object ID 485576768, index ID 2, partition ID 72057594038976512, alloc unit ID 72057594047102976 (type In-row data), page (1:3690041), row 4. Test (columnOffsets->offTbl [varColumnNumber] <= (nextRec - pRec)) failed. Values are 49 and 44.Msg 8944, Level 16, State 14, Line 1Table error: Object ID 485576768, index ID 2, partition ID 72057594038976512, alloc unit ID 72057594047102976 (type In-row data), page (1:3690042), row 5. Test (ColumnOffsets + (int)sizeof (COLOFF) <= (nextRec - pRec)) failed. Values are 22 and 21.Msg 8944, Level 16, State 17, Line 1Table error: Object ID 485576768, index ID 2, partition ID 72057594038976512, alloc unit ID 72057594047102976 (type In-row data), page (1:3690043), row 4. Test (columnOffsets->offTbl [varColumnNumber] <= (nextRec - pRec)) failed. Values are 47 and 44.Msg 8944, Level 16, State 12, Line 1Table error: Object ID 485576768, index ID 2, partition ID 72057594038976512, alloc unit ID 72057594047102976 (type In-row data), page (1:3690044), row 5. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 15 and 9.Msg 8944, Level 16, State 17, Line 1Table error: Object ID 485576768, index ID 2, partition ID 72057594038976512, alloc unit ID 72057594047102976 (type In-row data), page (1:3690045), row 4. Test (columnOffsets->offTbl [varColumnNumber] <= (nextRec - pRec)) failed. Values are 49 and 44.Msg 8944, Level 16, State 17, Line 1Table error: Object ID 485576768, index ID 2, partition ID 72057594038976512, alloc unit ID 72057594047102976 (type In-row data), page (1:3690046), row 4. Test (columnOffsets->offTbl [varColumnNumber] <= (nextRec - pRec)) failed. Values are 53 and 50.Msg 8944, Level 16, State 17, Line 1Table error: Object ID 485576768, index ID 2, partition ID 72057594038976512, alloc unit ID 72057594047102976 (type In-row data), page (1:3690047), row 4. Test (columnOffsets->offTbl [varColumnNumber] <= (nextRec - pRec)) failed. Values are 47 and 44.CHECKDB found 0 allocation errors and 9 consistency errors in table 'abc_hipaa' (object ID 485576768).CHECKDB found 0 allocation errors and 9 consistency errors in database 'ABC_Hipaa'.

Viewing all articles
Browse latest Browse all 223

Trending Articles