July 5, 2005 at 10:17 am
July 5, 2005 at 10:58 am
I have done some things with this error. First I ran DBCC CHECKDB and found nothing. Then I ran DBCC CHECKTABLE using the second object (as was told by troublshooting info) and the results say 0 errors found, 0 errors fixed. Tried re-running the job (optimizations for this db) and it failed again with the same error. I am at a loss!! Anybody??????
July 6, 2005 at 10:49 am
What is the code that you are running that generates this error message?
July 6, 2005 at 11:05 am
What is the code that you are running that generates this error message?
July 6, 2005 at 11:28 am
Any accompanying messages in SQl Server Error Log?
It could be a damaged page chain, a corrupt Index Allocation Map (IAM), or an invalid entry in the sysobjects system table for that object.
If the error reports the first object ID as 0, an unallocated page was probably encountered.(There is no object ID equal to 0.)
There is a good chance that one of the indexes got corrupted( happened to me) and you must run REPAIR_REBUILD.
my 2cents
July 6, 2005 at 1:40 pm
Wahoo, Barsuk!! That is the message in the SQL log! I looked in the event viewer and got no more than what I stated above. I have done everything from dbcc checkdb, dbcc checktable, rebuild indexes on that referenced table, cleared cache....reran the job again...still get the error. I will go do some research on the repair_rebuild and try that next. Thanks a ton!!!
July 6, 2005 at 2:59 pm
July 14, 2005 at 3:38 am
This message came once for a particular database. DBCC Checkdb did not find any error. I reckon it may just be a temporary i/o issue.
Oke
July 25, 2005 at 2:01 pm
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply