Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 stored by the msdb?

0 Answers  


Is it true that rules do not apply to data already existing in a database at the time the rule is created?

0 Answers  


How you can find out if an index is useful to the optimizer?

0 Answers  


Types of Authentications in Sql Server? How user gets authenticated through windows authentication?

0 Answers   MCN Solutions,


What is Online Index Rebuild Operation?

1 Answers  


How to sort the query output with order by clauses in ms sql server?

0 Answers  


What does null mean?

0 Answers  


what are the types of indexes? : Sql server database administration

0 Answers  


How to disable stored procedure sql server?

0 Answers  


What are the requirements to use odbc connections in php scripts?

0 Answers  


What is the sql case statement used for? Explain with an example?

0 Answers  


What is the difference between row_number and dense_rank?

0 Answers  


Categories