September 2, 2009 at 7:36 pm
Guys I need help badly on my sql server,
Last time I asked about how to trace deleted data so now I will ask if there's a possibility to recover deleted data?
Please need help badly, I really need that data for our company.
Thank you in advance
Thanks,
Morris
September 2, 2009 at 7:52 pm
Restore your backup to a different database, on the same server if there is enough space. Then you can do an insert from the new database to the table where the data was deleted.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 3, 2009 at 4:11 am
Thanks for the reply
I already did that but unfortunately the record I want is not on that backup.
Can I use .Log? to Rollback deleted rows.
Thanks,
Morris
September 3, 2009 at 4:38 am
Damien (9/3/2009)
I already did that but unfortunately the record I want is not on that backup.
Got an older backup?
Can I use .Log? to Rollback deleted rows.
You can try a log reader tool like RedGate's SQL Log rescue, but it depends on how long ago the deletes were done and what recovery model the DB is in.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply