default databases available in sql server and there uses ?

Answer Posted / sreeja.t.pillai

Default databases in SQL server are
1.Master
2.Model
3.tempdb
4.msbd

Master-Contains information about all databases and contains system objects.

Model-It is a template database used in creation of any new database.

msdb-It contains information about sql agent,job,dts packaging and some replication information.

tempdb-contains temporary stored procedures and tables.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a trigger what are the advantages of trigger?

743


What is plan freezing?

755


What are the instances when triggers are appropriate?

762


How do I find my localdb version?

766


Can we create clustered index on composite key?

726


What is the use of set nocount on/off statement?

867


What is the difference between count and distinct count?

673


What is transaction server isolation?

792


What is the difference between varchar and varchar types?

794


What is scheduled job and how to create it?

771


Explain how does the report manager work in ssrs?

756


What are cursors in ms sql server?

852


Ms sql server index?

813


What is check constraint in sql server?

772


If a table does not have a unique index, can a cursor be opened on it?

707