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 |
shekhar_dba
Starting Member
39 Posts |
Posted - 2007-04-24 : 15:42:43
|
Hi gurusplease help me in recovering suspect database.thanksshekhar |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2007-04-24 : 15:49:40
|
Did you try resetting the database? sp_resetstatus...Post the errors from the Application Log and System Log in Event Viewer.Tara Kizerhttp://weblogs.sqlteam.com/tarad/ |
 |
|
shekhar_dba
Starting Member
39 Posts |
Posted - 2007-04-24 : 16:42:44
|
Hi Tarathe following mentioned is the error from application log.theres no error in system log in regards with database.17204FCB::open failed: could not open device d:\cenmed.mdf for virtual device number(VDN)1.thanksshekhar |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2007-04-24 : 16:46:54
|
I'm going to ask the obvious...Did you verify that d:\cenmed.mdf exists on the database server?Tara Kizerhttp://weblogs.sqlteam.com/tarad/ |
 |
|
shekhar_dba
Starting Member
39 Posts |
Posted - 2007-04-24 : 16:49:25
|
HiNo the file is not there on location.thanksshekhar |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2007-04-24 : 16:58:15
|
Well then that's the problem!You need to find the file or restore from a backup.Tara Kizerhttp://weblogs.sqlteam.com/tarad/ |
 |
|
shekhar_dba
Starting Member
39 Posts |
Posted - 2007-04-24 : 17:06:43
|
HiActually i have restored this DB from one that is already on the server and that db is runing well.please elborate the steps to recover suspect db.thanksshekhar |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2007-04-24 : 17:15:12
|
I don't understand what you want from us. The MDF file didn't exist, so there is no way to recover the datase without a backup of some sort (whether it be a SQL backup or a tape backup of the file system).Tara Kizerhttp://weblogs.sqlteam.com/tarad/ |
 |
|
|
|
|