What is SUSPECT Mode database?
-
Friday, February 24, 2012 4:56 AM
Hi All,
What is suspect mode in sql server and how it happens and how to recover from the suspect database ?\
Please post the article.
Thanks&Regards Siva G
All Replies
-
Friday, February 24, 2012 5:02 AMModerator
Here is a previous thread with many suggestions:
http://social.msdn.microsoft.com/Forums/en/transactsql/thread/f3c8d2e6-125a-48da-b38f-7b4df534bf8f
Thanks,
Sam Lester (MSFT)This posting is provided "AS IS" with no warranties, and confers no rights. Please remember to click "Mark as Answer" and "Vote as Helpful" on posts that help you. This can be beneficial to other community members reading the thread.
- Marked As Answer by Samuel Lester - MSFTMicrosoft Employee, Moderator Tuesday, February 28, 2012 5:44 AM
-
Friday, February 24, 2012 9:30 AM
SQL server marks database as suspect due to many reasons; some of them are given below:
Hardware failure
Improper shutdown of the database server
Corruption of the database files
Unavailable device files
Unavailable database files
Database resource used by operating system
SQL Server incorrectly asserts free data page space when a row is inserted
For details click here
http://www.karaszi.com/SQLServer/info_corrupt_suspect_db.asp
http://sql-server-recovery.blogspot.in/2010/10/repair-restore-sql-server-database-from.html
http://www.slideshare.net/warnor/how-to-restore-sql-server-database-from-suspect-mode
Read my blog (Blog)
Please click "Propose As Answer" if a post solves your problem or "Vote As Helpful" if a post has been useful to you- Edited by Markwillium Friday, February 24, 2012 9:32 AM
- Marked As Answer by SivaReddyG Monday, February 27, 2012 6:00 AM

