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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / hari

In 2005 .newly implemented Resource Db

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More SQL Server Interview Questions

How many types of cursors are there in SQL Server?

5 Answers   247Customer, CarrizalSoft Technologies,


what is the difference in login security modes between v6.5 and 7.0? : Sql server database administration

0 Answers  


Explain for xml explicit mode?

0 Answers  


What are subquery and its properties?

0 Answers  


In which tcp/ip port does sql server run? Can it be changed?

0 Answers  






How to create an inline table-valued function?

0 Answers  


What are the recovery models in sql server 2000?

0 Answers  


What is subquery? Explain the properties of a subquery?

0 Answers  


what does the automatic recovery do? : Sql server administration

0 Answers  


How cand Optimize SQL Server Stored Procedures

1 Answers  


What are wait types?

0 Answers  


What is a benefit of using an after insert trigger over using a before insert trigger?

0 Answers  


Categories