x
login register about faq

Is there any way to restore the deleted contents in SQL SERVER?

I deleted contents of a table accidentally; I am not able to recover the deleted content now. Unfortunately there is no backup file for this table. I have made a copy of the .mdf file but again the SQL Server was running when I made the copy. Can anybody let me know how this deleted data can be recovered?

more ▼

asked May 23 '10 at 11:57 AM

harishocs gravatar image

harishocs
222 278 512 647

(comments are locked)
10|600 characters needed characters left

1 answer: sort newest

You can give the .mdf file a try. However as per my knowledge this file cannot be used if the copy is taken when the SQL Server is running. You can use the Lumigent's Log Explorer to roll back the transaction in the server, however this can be used only if your database is in full recovery mode. This does not work when your database is in simple recovery mode

more ▼

answered May 23 '10 at 11:58 AM

harishocs gravatar image

harishocs
222 278 512 647

(comments are locked)
10|600 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.