Hi All,
I find one of my databases as SUSPECT when I open my SQL Server 7 using EM. What does this SUSPECT mean. What causes this and how can I rectify my database.
Thanx in advance
Hi John,
The database is in the same computer only. I tried to copy the .mdf and .ldf files of the database and paste it in other server. The copying was not successful. Might that be a reason??
Suspect means: Database integrity is suspect for the referenced database.
A database can become suspect if one of these conditions is true:
[ol][li]If one or more database files are not available.[/li]
[li]If the entire database is not available.[/li]
[li]If one or more database files are corrupted.[/li]
[li]If a database resource is being held by the operating system.[/li][/ol]
To resolve a suspect database:
[ol][li]Check the SQL Server error log and resolve all problems.[/li]
[li]Reset the suspect status by executing sp_resetstatus.[/li][/ol]
For more information, see Resetting the Suspect Status and Troubleshooting Recovery.
The last two references are to articles in SQL BOL.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.