Let us say the SQL Server crashed and you are rebuilding the
databases including the master database what procedure to
you follow?

Answers were Sorted based on User's Feedback



Let us say the SQL Server crashed and you are rebuilding the databases including the master databas..

Answer / abc

first of all stop the sql services running and then we have
to bring the server in single user mode and by applying the
command sqlserver -m whose exe is located in the directory
C:\Program Files\Microsoft SQL Server\MSSQL\Binn can
rebuild the master database rebuildm (rebuild.exe)command
located at C:\Program Files\Microsoft SQL Server\80
\Tools\Binn directory at cmd prompt.

Is This Answer Correct ?    5 Yes 0 No

Let us say the SQL Server crashed and you are rebuilding the databases including the master databas..

Answer / guest

For restoring the master db we have to stop the SQL Server
first and then from command line we can type SQLSERVER ?m
which will basically bring it into the maintenance mode
after which we can restore the master db.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More SQL Server Interview Questions

What do you understand by integration services in sql server?

0 Answers  


what is web server?

3 Answers   Satyam,


What causes index fragmentation?

0 Answers  


What is blocking in SQL Server? If this situation occurs how to troubleshoot this issue

2 Answers   IBM,


What stored by the msdb? : sql server database administration

0 Answers  






What is tablesample?

0 Answers  


Do you think BCNF is better than 2NF & 3NF? Why?

0 Answers   Ernst Young,


Explain syntax for viewing, dropping and disabling triggers?

0 Answers  


Can you force a query to use a specific index?

0 Answers  


what does the automatic recovery do? : Sql server administration

0 Answers  


What number aggregate functions are accessible there in sql?

0 Answers  


Describe how to use linked server?

0 Answers  


Categories