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

SQL 2008 corruption

$
0
0
Can anyone give me a suggested direction to fix these errors?DBCC CHECKDB('CPS') WITH NO_INFOMSGS, ALL_ERRORMSGSMsg 8905, Level 16, State 1, Line 1Extent (1:92720) in database ID 6 is marked allocated in the GAM, but no SGAM or IAM has allocated it.CHECKDB found 1 allocation errors and 0 consistency errors not associated with any single object.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 141243558, index ID 1, partition ID 72057594252230656, alloc unit ID 72057594291421184 (type In-row data). Page (1:92491) is missing a reference from previous page (1:106656). Possible chain linkage problem.Msg 8935, Level 16, State 1, Line 1Table error: Object ID 141243558, index ID 1, partition ID 72057594252230656, alloc unit ID 72057594291421184 (type In-row data). The previous link (1:106656) on page (1:106657) does not match the previous page (1:92491) that the parent (1:10897), slot 389 expects for this page.CHECKDB found 0 allocation errors and 2 consistency errors in table 'Main' (object ID 141243558).Msg 8928, Level 16, State 1, Line 1Object ID 1853249657, index ID 3, partition ID 72057594254131200, alloc unit ID 72057594293846016 (type In-row data): Page (1:104608) could not be processed. See other errors for details.Msg 8939, Level 16, State 98, Line 1Table error: Object ID 1853249657, index ID 3, partition ID 72057594254131200, alloc unit ID 72057594293846016 (type In-row data), page (1:104608). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12584969 and -4.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 1853249657, index ID 3, partition ID 72057594254131200, alloc unit ID 72057594293846016 (type In-row data). Page (1:104608) was not seen in the scan although its parent (1:25627) and previous (1:29276) refer to it. Check any previous errors.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 1853249657, index ID 3, partition ID 72057594254131200, alloc unit ID 72057594293846016 (type In-row data). Page (1:118398) is missing a reference from previous page (1:104608). Possible chain linkage problem.CHECKDB found 0 allocation errors and 4 consistency errors in table 'Paid' (object ID 1853249657).CHECKDB found 1 allocation errors and 6 consistency errors in database 'CPS'.repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (CPS).

Viewing all articles
Browse latest Browse all 223

Trending Articles