Hi ,
I have a bunch of errors coming up when I am running dbcc dbcheck.
The errors look like this:Msg 2506, Level 16, State 3, Line 1 Table Corrupt:
The values in adjust table should be in ascending order starting from the
end of the table (page#=1247656 row#=0); check adjust table in this row
---------
Msg 2524, Level 16, State 1, Line 1
Table Corrupt: Row length is inconsistent between the computed row length
and the recorded row length on page; check the following page and row: pageno=1247656
row#=0 computed row length=545 row length on page=544
--------
How do I get rid of these?I am using SQL server 6.5 sp5.
Thanks