Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


default databases available in sql server and there uses ?

Answers were Sorted based on User's Feedback



default databases available in sql server and there uses ?..

Answer / chandan

1.Model
2.Tempdb
3.msdb
4.master

Is This Answer Correct ?    15 Yes 1 No

default databases available in sql server and there uses ?..

Answer / rajesh bhawsar

1.Model
Model database is templete. when u create new database
system gives u a copy of model database
2.Tempdb
Tempdb is scratchpad of sql server
3.msdb
4.master

Is This Answer Correct ?    5 Yes 0 No

default databases available in sql server and there uses ?..

Answer / 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

default databases available in sql server and there uses ?..

Answer / 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

More SQL Server Interview Questions

When do you think a developer should use sql server-based cursors?

0 Answers  


what are statistics, under what circumstances they go out of date, how do you update them? : Sql server database administration

0 Answers  


what does the automatic recovery do? : Sql server administration

0 Answers  


What is an execution plan?

0 Answers  


List the different normalization forms?

0 Answers  


What are null values in ms sql server?

0 Answers  


Is it possible to delete duplicate rows in a table without using a temporary table ?

12 Answers   TCS,


Can we add our custom code in ssis?

0 Answers  


what is blocking? : Sql server database administration

0 Answers  


How to assign null values to variables or columns?

0 Answers  


how can you attach more than 20 ldf files in sql server

0 Answers   IBM,


What is table valued function and scalar valued functions?

0 Answers  


Categories