|
sql
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
I want to recover deleted database from SQL Server 2000
Hi All
Somebody deleted a database from my SQL Server 2000 server and I have to recover it. I dont have any backup of the database. Can anyone help ? Thanks S. K. Bhaduri If the physical files still exist you can try to attach them back. See
sp_attach_... in BOL. If the physical files don't exist and you don't have a backup of them you really are hosed. -- Show quoteHide quoteKevin G. Boles TheSQLGuru Indicium Resources, Inc. <skbhad***@gmail.com> wrote in message news:beb70e65-6c51-41b5-a063-7ce4d8f4b4de@w28g2000hsf.googlegroups.com... > Hi All > > Somebody deleted a database from my SQL Server 2000 server and I have > to recover it. I dont have any backup of the database. Can anyone > help ? > > Thanks > S. K. Bhaduri
Other interesting topics
The affinity mask specified does not match the CPU mask on this system
SQL Server Transaction Log growing how to determine what indexes are being used. Creating indexes ms sql cluster: should i and how to place tempdb on local drive BOL - Katmai how to append 2 fields together Records Versioning/Auditing BCP import large text file to sql tables How to solve Deadlock |
|||||||||||||||||||||||