I know this question was asked many times for previous versions of SQL Server but I’m wondering if this was made easier in SQL Server 2014.
I’m familiar with the techniques for other versions that are shown here
How can I rollback an UPDATE query in SQL server 2005?
Undo table updates in SQL Server 2008
So question is: Is there anything that will allow to rollback and UPDATE query in SQL Server 2014 that was not available in previous versions?
I’m talking committed command – I know you can rollback if query is inside transaction.
We have full, differential and transaction log backups in place but we’d really like to avoid recovery scenarios with restoring backups into secondary database and such…