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:

database snapshot


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -