can you anybody tell me the how can you restore the master
database. while migraion(one server to onther server)?
Answer / 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 |
explain different types of constraints? : Sql server database administration
What is the difference between an index and a unique index?
How to how to convert numeric expression data types using the convert() function??
What is database replication? What are the different types of replication you can set up in sql server?
What is the correct order of the logical query processing phases?
Working with TLogs
Does partitioning ssd reduce performance?
Why foreign key column allowing null values even a parent tables reference key column not having null value..
When I delete any data from a table, does the sql server reduce the size of that table?
Is there any difference between the primary key and unique key?
Do you know what is raid and what are different types of raid configurations? : SQL Server Architecture
What are system databases into sql server (2005/2008)?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)