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
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 |
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 |
What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.
How do I start sql server 2017?
What is WITH CHECK OPTION
3 Answers Karur Vysya Bank KVB,
What are the functions in sql server?
What is openxml in sql server?
Is there any difference between the primary key and unique key?
What is a table called, if it has neither cluster nor non-cluster index? What is it used for?
What is meant by indexing files?
Explain differentiate between a having clause and a where clause?
How do I view a trc file?
What are the different types of replication are there in sql server 2000?
How to connect sql server management studio express to sql server 2005 express?
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)