Error

23/08/2007 - 17:36 por Fabián | Informe spam
Hola amigos, los molesto por que se me presento el siguiente inconveniente.
DBCC results for 'ESTADOS'.
Msg 8928, Level 16, State 1, Line 1
Object ID 802101898, index ID 1, partition ID 334041526697984, alloc unit ID
52566549987328 (type In-row data): Page (1:1310526) could not be processed.
See other errors for details.
Msg 8944, Level 16, State 17, Line 1
Table error: Object ID 802101898, index ID 1, partition ID 334041526697984,
alloc unit ID 334041526697984 (type In-row data), page (1:1310526), row 14.
Test (columnOffsets->offTbl [varColumnNumber] <= (nextRec - pRec)) failed.
Values are 8402 and 484.
Msg 8944, Level 16, State 17, Line 1
Table error: Object ID 802101898, index ID 1, partition ID 334041526697984,
alloc unit ID 334041526697984 (type In-row data), page (1:1310526), row 14.
Test (columnOffsets->offTbl [varColumnNumber] <= (nextRec - pRec)) failed.
Values are 8402 and 484.
There are 20471597 rows in 1288203 pages for object "ESTADOS".
CHECKDB found 0 allocation errors and 3 consistency errors in table
'ESTADOS' (object ID 802101898).
¿Esto lo podre solucionar con un DBCC CHECKTABLE ('estados',
REPAIR_ALLOW_DATA_LOSS)?
¿Tienen alguna sugerencia?
Desde ya muchas gracias por su tiempo.
Saludos
Fabián
 

Leer las respuestas

#1 Maxi
23/08/2007 - 19:06 | Informe spam
Fabian, debes correr el DBCC como indica el mensaje al final, revisa en tus
BOL la sintaxis y opciones!


-
Microsoft M.V.P en SQLServer
SQLTotal Consulting - Servicios en SQLServer
Email:
"Fabián" escribió en el mensaje
news:
Hola amigos, los molesto por que se me presento el siguiente
inconveniente.
DBCC results for 'ESTADOS'.
Msg 8928, Level 16, State 1, Line 1
Object ID 802101898, index ID 1, partition ID 334041526697984, alloc unit
ID
52566549987328 (type In-row data): Page (1:1310526) could not be
processed.
See other errors for details.
Msg 8944, Level 16, State 17, Line 1
Table error: Object ID 802101898, index ID 1, partition ID
334041526697984,
alloc unit ID 334041526697984 (type In-row data), page (1:1310526), row
14.
Test (columnOffsets->offTbl [varColumnNumber] <= (nextRec - pRec)) failed.
Values are 8402 and 484.
Msg 8944, Level 16, State 17, Line 1
Table error: Object ID 802101898, index ID 1, partition ID
334041526697984,
alloc unit ID 334041526697984 (type In-row data), page (1:1310526), row
14.
Test (columnOffsets->offTbl [varColumnNumber] <= (nextRec - pRec)) failed.
Values are 8402 and 484.
There are 20471597 rows in 1288203 pages for object "ESTADOS".
CHECKDB found 0 allocation errors and 3 consistency errors in table
'ESTADOS' (object ID 802101898).
¿Esto lo podre solucionar con un DBCC CHECKTABLE ('estados',
REPAIR_ALLOW_DATA_LOSS)?
¿Tienen alguna sugerencia?
Desde ya muchas gracias por su tiempo.
Saludos
Fabián

Preguntas similares