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 does select 1 mean?

519


What is the difference between functions and stored procedures?

605


What are the different types of sql server replication? : sql server replication

612


How do we upgrade from SQL Server 6.5 to 7.0 and 7.0 to 2000?

1617


What are recommended options to be used while using db mirroring? : sql server database administration

559






What are different types of raid levels?

537


What is the cartesian product of the table?

533


What is the use of keyword with encryption.

568


What is unpivot?

558


What is the datatype of rowid?

494


what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration

517


What is a trigger and its types?

520


What is mean by dml?

525


What is abstracting periodical?

515


What is the meaning of lock escalation and why/how to stop this? : sql server database administration

593