Hi All,
I am driving myself crazy trying to debug this one. My Integrity check keeps failing due to:
Test (m_freeCnt == freeCnt) failed. Values are 7798 and 8094.
And
Test (emptySlotCnt == 0) failed. Values are 1 and 0.
I have been researching this all morning. I ran a simple select on the offending table and it turned out there where 2 columns that had a date that went beyond the year 9999. I have nulled out the offending columns since these dates are meaningless in the table. I can now run a select on this table and return all rows, but the integrity check still fails for the same reasons.
Can anyone please tell me how to fix this error? restoring the DB is out of the question since i dont have a clean one without this issue. I am new to this company and this job has been failing for long before I got here.
TIA,
Joe
I am driving myself crazy trying to debug this one. My Integrity check keeps failing due to:
Test (m_freeCnt == freeCnt) failed. Values are 7798 and 8094.
And
Test (emptySlotCnt == 0) failed. Values are 1 and 0.
I have been researching this all morning. I ran a simple select on the offending table and it turned out there where 2 columns that had a date that went beyond the year 9999. I have nulled out the offending columns since these dates are meaningless in the table. I can now run a select on this table and return all rows, but the integrity check still fails for the same reasons.
Can anyone please tell me how to fix this error? restoring the DB is out of the question since i dont have a clean one without this issue. I am new to this company and this job has been failing for long before I got here.
TIA,
Joe