can you anybody tell me the how can you restore the master
database. while migraion(one server to onther server)?

Answer Posted / bruhaspathy medishetty

Hi

Restoring Master Database is not a frequently done step. So
I can throw some light on this and you would understand
more based your knowledge in SQL Server.

I shall give a bried intro on this.

First, there is a change in restoring Master DB in SQL
Server 2000. When there is a need to restore Master DB, you
need to start the SQL Server from command prompt using the -
c -m startup flags and restore from a working copy of
Master database.

If the situation needs tou to repair the master database,
then you need to use rebuildm.exe under the tools directory
and rebuild a Master database first and then restart the
SQL Instance..

In SQL Server 2005 also the same steps of restoring can be
followed but in order to repair, you cannot rebuild the
master DB, you need to reinstall the SQL from the command
prompt using certain key words
as "/wait" "/qn" "REINSTALL" "REBUILDDATABASE" etc.

One final word of caution, when migrating from different
Server Names and Different Sever Editions, I dont think the
Master database backup of another Server can be used to
restore the master DB on the current Server. This is
because, the ServerProperties such as Edition Name, Server
Name and other details are all stored in Master DB and SQL
will fail to start if they do not match.

Thanks,
Bruhaspathy
www.learnsqlwithbru.com

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you please explain the difference between primary keys and foreign keys?

659


What is parameterized reports in ssrs ?

105


how to do partition in sqlserver

1972


What is the use of keyword with encryption.

582


What is a partitioned view?

574






How do you rebuild an identity column?

548


List the data types available in mssql?

530


Are resultset updatable?

526


Does a server store data?

502


How to define and use table alias names in ms sql server?

563


Do you know what is user defined datatypes and when you should go for them?

504


How to use copy and concatenate commands in SQL?

601


What do you mean by a Composite primary key?

596


What is merge?

572


What are differences in between sql server 2012 and sql server 2016?

570