Friday, March 23, 2012

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. BhaduriIf 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.
Kevin G. Boles
TheSQLGuru
Indicium Resources, Inc.
<skbhaduri@.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

No comments:

Post a Comment