adspace


default databases available in sql server and there uses ?

Answer Posted / selvam

There are 5 default DB's in Sql server
1. Master  -  Contains all of the system level information
2. Model- Used as a template db for all db instances created in SQL Server
3. Msdb -- It used by sql server agent, Mail Service 
4. Tempdb -- Contains temporary objects and intermediate results
5. Resource -- it is read only db that contains system objects that are included with sql server

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to enter binary string literals in ms sql server?

1243


What are the pros and cons of putting a scalar function in a queries select list or in the where clause?

1298


Can one drop a column from a table?

1086


What is subquery? Explain the properties of a subquery?

1058


If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?

1045


What is an indexed view?

1021


How do I start sql server 2017?

1015


What is a view in sql?

1039


What kind of problems occurs if we do not implement proper locking strategy?

1499


What is a scheduled job or what is a scheduled task?

1035


Is it possible to have clustered index on separate drive from original table location?

1039


Disadvantages of the indexes?

1222


How do I create a trace in sql server?

1118


What is sql or structured query language?

1226


If any stored procedure is encrypted, then can we see its definition in activity monitor?

1068