Is there any way to Rollback Committed Update statement in SQL Server
You could get one of the third party transaction log tools, such as Lumnigent's Log Explorer, and undo the transaction.
SQL Server itself does not have that capability. Once committed, done.
No comments:
Post a Comment