SQL Server Developer Center > SQL Server Forums > SQL Server Documentation > How to move Master DB One server to another server
Ask a questionAsk a question
 

AnswerHow to move Master DB One server to another server

Answers

  • Monday, October 05, 2009 3:01 PMJonathan KehayiasMVP, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    MASTER database is a system database and that is INSTANCE SPECIFIC.
    You can only make a new master with your new installation and you can move your login info and other ssql server level infos from one master to other master db.
    Thanks, Leks

    This is incorrect.  You can backup/restore master from one server.  If you are doing a side by side migration, it is easier to backup/restore the system db's than to try and migrate all the information contained in them.
    Jonathan Kehayias
    http://sqlblog.com/blogs/jonathan_kehayias/
    http://www.twitter.com/SQLSarg
    http://www.sqlclr.net/
    Please click the Mark as Answer button if a post solves your problem!
    • Marked As Answer byRamaprasad.R Thursday, November 19, 2009 6:57 AM
    •  

All Replies

  • Friday, August 21, 2009 4:35 AMLekss Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    MASTER database is a system database and that is INSTANCE SPECIFIC.
    You can only make a new master with your new installation and you can move your login info and other ssql server level infos from one master to other master db.
    Thanks, Leks
  • Monday, October 05, 2009 3:01 PMJonathan KehayiasMVP, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    MASTER database is a system database and that is INSTANCE SPECIFIC.
    You can only make a new master with your new installation and you can move your login info and other ssql server level infos from one master to other master db.
    Thanks, Leks

    This is incorrect.  You can backup/restore master from one server.  If you are doing a side by side migration, it is easier to backup/restore the system db's than to try and migrate all the information contained in them.
    Jonathan Kehayias
    http://sqlblog.com/blogs/jonathan_kehayias/
    http://www.twitter.com/SQLSarg
    http://www.sqlclr.net/
    Please click the Mark as Answer button if a post solves your problem!
    • Marked As Answer byRamaprasad.R Thursday, November 19, 2009 6:57 AM
    •  
  • Monday, October 05, 2009 6:10 PMLekss Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi Jonathan,

    I dint mean that .. It can be restored to other server ,  but the information contained in them are different . I never wanted RAM to restore master db on other existing master db on some other server. Sorry anyways i should have rephrased the sentence.
    Thanks, Leks