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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Recover a suspect DataBase

Author  Topic 

senthilkmd
Starting Member

4 Posts

Posted - 2003-05-10 : 11:51:48
Hi folks,
how to restore/recover a database which is in suspect mode and don't have a backup of the database....


thanks in advance


Regards,
Senthil.



monkeybite
Posting Yak Master

152 Posts

Posted - 2003-05-10 : 12:02:50
This article from MSDN (also found in SQL Books online) will help you with this problem:

[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/trblsql/tr_servdatabse_494j.asp[/url]

~ monkey



Go to Top of Page

chadmat
The Chadinator

1974 Posts

Posted - 2003-05-11 : 04:48:09
quote:


This article from MSDN (also found in SQL Books online) will help you with this problem:




I would rephrase that as '...May help you with this problem"

In fact, sp_resetstatus in most cases won't help. You need to determine what caused it to go suspect to begin with. Look in your error log, and find the error that tells you why it went suspect.

-Chad



http://www.clrsoft.com

Software built for the Common Language Runtime.
Go to Top of Page
   

- Advertisement -