Which databases are part of SQL server default installation?
Explain the usage of each?

Answer Posted / guest

4 key default dbs :-
Master db : Holds info of all dbs located on SQL Server
insytance. Main db (else SQL Server won't work !)
MSdb : Stores info regarding Backups, SQL Agent info, DTS
packages, SQL Server jobs, replication info for log
shipping.
Tempdb : To hold temp objects like global & local temp
tables, sps
Model db: Used in creation of any new database within the
SQL Server instance of which it(model) is a part.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages of using third-party tools?

643


What is sub-query in sql server? Explain its properties.

683


Explain “row_number()” in sql server with an example?

624


tell me what is blocking and how would you troubleshoot it? : Sql server database administration

566


What is the status of services on passive node for failover cluster in sql server? : sql server database administration

713






What is key set driven?

616


How to copy the tables, schema and views from one sql server to another?

640


What are the rules to use the rowguidcol property to define a globally unique identifier column?

678


Explain the xml support sql server extends?

706


Can you name a few encryption mechanisms in sql server?

602


Can sql server be linked with other servers like oracle?

607


What is sql server schema compare? How we can compare two database schemas?

663


What Is Rdbms?

750


How to delete multiple rows with one delete statement in ms sql server?

597


What is failover clustering overview?

672