sql server - DB refresh & DB migration (MSSQL) -


i newbie sql dba, wanted understand following concepts

  1. what difference between database migration & database refresh in sql?
  2. suppose want migrate database 1 instance other instance, can follow below method

    • create new db in destination instance same name source instance
    • refresh destination db source db, & copy user access

database migration:

moving database 1 server other database upgrades.

database refresh in sql:

overwrite existing data in database other database data using backup files. refresh production data uat or dev data/issue analysis.

suppose want migrate database 1 instance other instance, can follow below method?

yes can follow.

if using sql server 2012 , above can go contained database options.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -