dbTalk Databases Forums  

SQL 2000 database disappear

microsoft.public.sqlserver.clustering microsoft.public.sqlserver.clustering


Discuss SQL 2000 database disappear in the microsoft.public.sqlserver.clustering forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Nick White
 
Posts: n/a

Default SQL 2000 database disappear - 04-21-2004 , 09:48 AM






Hi SQL folks,

We had a database just disappear. It shows up in Enterprise Manager, but
the MDB and LDB files are just gone. All the other databases are there, and
working OK also. Could something like disk corruption cause this? No one
has logged into the server for a long time, so I know it wasn't "user
error".

Any help or advice would be greatly appreciated.

Thanks,
Nick White



Reply With Quote
  #2  
Old   
Cindy Gross
 
Posts: n/a

Default RE: SQL 2000 database disappear - 04-22-2004 , 06:48 PM






If the files are gone but the database shows up in Enterprise Manager, one
of two things happened.

Either the mdf/ldf files were moved, deleted or renamed while SQL Server
was stopped (you may not find anyone who will admit it though) or the user
database was dropped (which removes the files) but then the master database
was restored (the restored master would have the old system table entries
from before the drop so the db would show up in Enterprise Manager, but the
mdf/ldf files would not be there).

Of course, I guess a third possibility is that Enterprise Manager has not
been refreshed since the database was dropped. Try closing/reopening EM and
see if the db still shows up.

Cindy Gross, MCDBA, MCSE
http://cindygross.tripod.com
This posting is provided "AS IS" with no warranties, and confers no rights.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.