Greetings,
I get the following error when I run "DBCC checkdb with no_infomsgs" against my database:
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 85575343. The text, ntext, or image node at page (1:869), slot 34, text ID 2778726400 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 85575343. The text, ntext, or image node at page (1:869), slot 36, text ID 2779250688 is not referenced.
CHECKDB found 0 allocation errors and 2 consistency errors in table 'EventLog' (object ID 85575343).
CHECKDB found 0 allocation errors and 2 consistency errors in database '<[dbname]>'.
repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (<[dbname]>).
Any ideas?
↧