How to recover the database which is accidently deleted using sql server 2008?
feedback
|
migrated from stackoverflow.com Jul 13 '10 at 8:47
This question came from our site for professional and enthusiast programmers.
|
This link answers some common questions just related to this: SQL SERVER – Restore Database Without or With Backup – Everything About Restore and Backup The tagline is:
| |||||
feedback
|
|
Do you have a backup? If so, restore from this. If not, you have no further options. The MDF and LDF files are deleted (see DROP DATABASE) | |||||||
feedback
|