sql server - Recover and Roll back SQL DB State -
friends,
i'm looking solution on sql db server. i'm being working in support organization on managing sql server.
when make changes on sql db (schema changes, table alteration, data etc..) , found not compatible need roll easily.
something like, before make changes on db server need preserve current state of db , once changes made , if looks can commit permanantly. if not working can discard changes , revert previous state quickly.
is there such option available?
you can create database snapshot helps prevent administrative error.
here link can understand how create , apply database snapshot:
Comments
Post a Comment