Search code examples
sql-serverrollbacktransaction-log

Rollback a delete operation using transaction logs


Need to roll back a delete operation from the transaction logs in sql server 2008 but unsure how to do this.

Can anyone give me a point in the right direction for the correct syntax for this operation??

I'd be very grateful,

Thanks


Solution

  • There is no way to do this using MS provided tools in SQL. Apex has a log utility http://www.apexsql.com/sql_tools_log.asp will likely sort your issue. If you can't get that then restoring is your best bet.