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 server-level principal?

98


Can foreign key be duplicate?

626


explain different types of constraints? : Sql server database administration

513


What are transactions in sql?

547


Explain about remote stored procedure?

589






How to check status of stored procedure in sql server?

443


What is precedence constraint?

543


How will you decide the active and passive nodes?

639


What is the difference between Triggers and Stored Procedure?

567


What is sql server 2000 work load governor?

554


What are the different normalization forms?

610


Which table keeps the locking information?

519


What are the different index configurations a table can have?

511


What are the functions in sql server?

541


How many triggers you can have on a table?

531