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

Is it possible to replicate data from sql server to oracle? : sql server replication

551


Explain what is it unwise to create wide clustered index keys?

549


Define constraints and give an example of their use?

565


How to create a Master database in SQL server ?

552


What is the library index called?

596






Explain hostprotectionattribute in sql server 2005?

603


Does sql server 2016 have ssms?

519


What does Master database contains?

634


Show Practically Sql Server Views are updatable?

594


What is set nocount on and what is set nocount off?

517


How will you find out if there are expensive SQL statements running or not?

585


What is meant by datasource?

521


Does view occupy space?

522


What is the difference between osql and query analyzer?

547


How to use subqueries with the in operators in ms sql server?

569