I run DBCC command. all the objects are OK except one table. error message is below:
DBCC results for 'gl_yearly_rsor'.
Msg 8928, Level 16, State 1, Line 3
Object ID 1760725325, index ID 0, partition ID 72057594039304192, alloc unit ID 72057594043891712 (type In-row data): Page (1:47049) could not be processed. See other errors for details.
Msg 8944, Level 16, State 16, Line 3
Table error: Object ID 1760725325, index ID 0, partition ID 72057594039304192, alloc unit ID 72057594043891712 (type In-row data), page (1:47049), row 11. Test (VarColOffsets + (int)(sizeof (class VarColOffset) * nVarCols) <= (nextRec - pRec)) failed. Values are 29833 and 212.
Msg 8944, Level 16, State 16, Line 3
Table error: Object ID 1760725325, index ID 0, partition ID 72057594039304192, alloc unit ID 72057594043891712 (type In-row data), page (1:47049), row 11. Test (VarColOffsets + (int)(sizeof (class VarColOffset) * nVarCols) <= (nextRec - pRec)) failed. Values are 29833 and 212.
There are 8418 rows in 238 pages for object "gl_yearly_rsor".
CHECKDB found 0 allocation errors and 3 consistency errors in table 'gl_yearly_rsor' (object ID 1760725325).
my question is, why its happened and how could i retrive my corrupted data?
thanks in advance