December 3, 2008 at 11:28 am
I have deleted a table from a database and has no backup.how can i recover it again? any chances??
December 3, 2008 at 4:55 pm
No chance. If you don't have a backup, it's gone.
Greg
December 3, 2008 at 7:06 pm
It might be possible if you once took a full backup, and the recovery model is FULL using one of the Log Reader programs like ApexSQL Log, but these cost $1K for a license. If you have never done a backup, or you are in Simple recovery, you have lost that table. Backups should be the first thing you implement for any database.
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
December 4, 2008 at 6:49 am
what if i had a detacched database?
December 4, 2008 at 6:52 am
If it is a detached copy of the same database, you could attach it with a different name and get a copy of the table and whatever contents existed at the time it was detached. Unless you did the detach/copy immediately before doing the drop of the table, you will still have data loss.
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply