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

How do you create a clustered index?

712


What are the instances when triggers are appropriate?

722


How does Report Builder support Analysis Services cubes?

136


What is inline variable assignment?

783


What is a file group?

797






What is the difference between count and distinct count?

624


what is the sql equivaent of the dataset relation object ?

1727


what are the different stages of Report Processing?

111


How many tables can be joined in SQL Server?

761


Where views are stored in sql server?

723


What is cdc in sql server?

738


What is the difference between the 2 operating modes of database mirroring?

810


How do I create a trace in sql server?

696


How many null values we can have in a unique key field in sql server?

719


What is Dependency Injection and provide example?

814