Friends,
I'm looking for an solution on SQL DB server. I'm being working in support organization on managing SQL Server.
When we make some changes on SQL DB (Schema changes, table alteration, data etc..) and found it is not compatible we need to roll back easily.
Something like, before i make any changes on my DB server need to preserve current state of DB and once changes were made and if looks good then i can commit permanantly. If not working properly i can discard the changes and revert to previous state quickly.
Is there any such option available?