Is there any way to undelete a SQL server database and stored procedures? -
Is there any way to cancel a SQL Server database and stored procedures?
Editing:
No, I have no backup, this is the reason why I need help
Restore from backup.
A backup, right?
EDIT: I'm assuming that you've right-clicked "delete" from SQL Management Studio? If so, then there is actually a "drop" of the database, which actually removes files from the hard drive. If this is the case, then you have to restore from your latest backup (if you have one).
If you have just "separated", then MDF and LDF files are still hard drive, and you can add them.
Comments
Post a Comment