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 is BCP? When do we use it?

2 Answers  


How to start sql server browser service?

0 Answers  


Mention the differences between sql server and mysql.

0 Answers  


What command is used to create a database in the sql server and how?

0 Answers  


What is the difference between functions and scalar functions?

0 Answers   EXL,






What is mean by "fill factor" ? and what is mean by "Index "in sql?

1 Answers   iGate, Logica CMG,


What is default constraint?

0 Answers  


What do you mean by normalisation?

0 Answers  


What is log cache in sql server?

0 Answers  


Is it possible to import data directly from t-sql commands without using sql server integration services? If so, what are the commands?

0 Answers  


What is acid db?

0 Answers  


Do you know concepts and capabilities of sql server?

0 Answers  


Categories