I accidentally restored a SQL Server 2008 database with a wrong backup. Is there any way to undo this and restore to previous version?
Take the 2-minute tour
×
Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
|
migrated from stackoverflow.com Jan 21 '12 at 15:01
This question came from our site for professional and enthusiast programmers.
Unless you can restore from the correct backup, no. |
|||
|
Unfortunately no. The only solution is to do another restore with the proper backup file(s). |
|||
|
As I wrote at: http://serverfault.com/questions/129290/undo-database-restore-in-sql-server-2008/129291#129291 No. You've replaced what's there with your restore. You would have to treat this the same as someone dropping your database - go to the most recent full database backup you have and then restore all subsequent log backups. Sorry... you probably have that sick feeling right now. I feel bad for you. |
|||
|