Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2004-03-30 : 08:39:49
|
| vishal writes "The Database named "xyz" is marked as suspect .It is not getting opened and even the properties can't be viewed.so suggest how to get back the database." |
|
|
debug2k
Starting Member
18 Posts |
Posted - 2004-03-30 : 09:24:24
|
| Hi,I wud recommend three things...1. Check the SQL error log.2. Use sp_resetstatus stored proc to reset the status for DB.3. Force restore the backup (if there is) over the suspect database.Cheers... |
 |
|
|
|
|
|