October 2, 2013 at 8:06 am
Hi last night at one of client side we had one of our databases RECOVERY PENDING state.what it is .I searched for error log but found nothing that database had % recovered so as suggest told by senior dba took steps of emergency followed by single user and then checkdb.
checkdb did not find any allocation or consistency error what are both, what is difference between them and what is more lethal
after tha i rune checkdb repair_allow_data_loss command it to did not find anything but my database was up.i heard there is also option of repair_rebulid.
what`s difference between "repair_allow_data_loss" and "repair_rebulid"
issue was that log file of that particular database was full so i shrinked log file once database was up
thanks and regards
Anoop Pandey
October 2, 2013 at 8:24 am
hi anoop.mig29
repair_rebuild, indicate that case find any error, this should be repaired, no data loss!
allow_repair_data_loss, allow the possible data loss, if find any error!
follow micrisoft's documentation: http://technet.microsoft.com/en-us/library/ms176064(v=sql.105).aspx
October 2, 2013 at 9:54 am
Take a read through this: http://www.sqlservercentral.com/articles/Corruption/65804/
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
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply