Recover Data Using Transaction Log
Posted in SQL Server on January 5th, 2008 1 Comment »
In my previous post, “Delete Can Not be Rolled Back”, I pointed out that a committed delete statement can not be rolled back. It is correct in the context of running transaction. Once a transaction is committed it can not be rolled back. However i
t doesn’t mean that the changes you made in a transaction, […]
