December 30, 2011 at 10:01 am
Wait. CheckDB has to complete. Since the DB is in single user mode, you won't be able to connect to it from any other session.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
December 30, 2011 at 11:31 am
IT WORKED!!!! DBCC came back with only 1 inconsistancy and fixed 1 inconsistancy. It also told me the table where to find it in. I selected the audit table and found a date time column. It showed data right up until the time it went down! This is excellent news! Thanks for all the assistance guys! I really appreciate it!
December 30, 2011 at 11:47 am
Bear in mind there may still be transactional inconsistencies (where part of a transaction completed only), you could have orphaned rows (foreign key constraints that are now violated)
You need to check for stuff like that, but it needs knowledge of how the system works and what the data means.
Also run CheckConstraints, run a checkDB (without repair) and make sure that they don't pick any other problems up
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 3, 2012 at 6:41 am
Yes, I will work with one of their application users to check for missing / partial data. Thanks again for all your help and advice. This has been quite the learning experience!
August 22, 2014 at 11:27 pm
Hi
I have faced same issue after updating SP.
When the Database take offline and back to online its work fine...
August 25, 2014 at 7:16 am
satish.saidapur (8/22/2014)
HiI have faced same issue after updating SP.
When the Database take offline and back to online its work fine...
That is a really dangerous thing to do. There is no guarantee that any database in this state taken offline will ever be able to come back online.
Viewing 6 posts - 31 through 35 (of 35 total)
You must be logged in to reply to this topic. Login to reply