SQL SERVER – How to Roll Back SQL Server Database Changes
- by Pinal Dave
In a perfect scenario, no unexpected and unplanned changes occur. There are no unpleasant surprises, no inadvertent changes. However, even with all precautions and testing, there is sometimes a need to revert a structure or data change.
One of the methods that can be used in this situation is to use an older database backup that has the records or…