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

What is the difference between Clustered and Non-Clustered Index?

0 Answers  


What is the command used to get the version of sql server?

1 Answers  


What are sql server functions?

0 Answers  


Can primary key be a foreign key?

0 Answers  


Suppose you want to implement the many-to-many relationships while designing tables. How would you do it?

0 Answers  






can you any body tell me why are go for the rebuild the master database.what is the reason?

2 Answers  


‘Order by’ is not allowed in a view how can you sort information from a view?

0 Answers  


What is tempdb database? : SQL Server Architecture

0 Answers  


Are connections to sql server encrypted?

0 Answers  


Define left outer join?

0 Answers  


What is an entity-relationship diagram (erd)?

0 Answers  


What are the differences between ms sql server & oracle?

0 Answers  


Categories