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
|
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
| |||||
feedback
|
|
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. | |||
|
feedback
|
|
the only supported way is to restore from backup. but i'd suggest you take a backup before attempting anything like that. | |||
|
feedback
|