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 |
|
senthil_arum
Starting Member
3 Posts |
Posted - 2003-05-22 : 05:43:09
|
| I have frequently faced that whenever I shutdown the server, then one database come to SUSPECT mode and it couldn't be recover immediately.Please give the detailed and proper method to recover it and how can I avoid this problem ?Senthil Kumar.A |
|
|
harshal_in
Aged Yak Warrior
633 Posts |
Posted - 2003-05-22 : 07:09:47
|
quote: I have frequently faced that whenever I shutdown the server, then one database come to SUSPECT mode and it couldn't be recover immediately.Please give the detailed and proper method to recover it and how can I avoid this problem ?Senthil Kumar.A
use sp_resetstatus to reset the status.sp_resetstatus turns off the suspect flag on a database, but leaves all other database options intact.but first find out what is the reason behind the database being suspect?check BOL for more details.Expect the UnExpected |
 |
|
|
|
|
|