What is the basic functions for master, msdb, tempdb databases?
Answers were Sorted based on User's Feedback
Answer / dharmendra k. dixit
Master , MSDB and TempDB
these are the inbuild Database which r provided by SQL
SERVER.
All have their own functinality & responsbility like.
1. Master : Master DB is responsible for Storing all
information at system level.
2. MSDB : it is Microsoft DB, it creates a Copy of whole
Database in it
3. TempDB : it stores all the log information of Server,
it will initilize automatically wheneve Server will start,
the max. size alloted fro TempDB is 10MB.
Thanks & Regards
Dharmendra k. Dixit
Is This Answer Correct ? | 16 Yes | 10 No |
Answer / pinak
the basics function of master is "it stores all sytem level
information in it, all databases which need for user
defineed database.
msdb is microsoft database.it works just like a recorder.
tempdb is a temprary database.
Is This Answer Correct ? | 8 Yes | 10 No |
What is the difference between varchar and nvarchar?
what is cluster and nin-cluster index?
How do I know if localdb is running?
What is the difference between having and where clause?
Explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?
What happens on checkpoint?
What is analysis service repository?
Can you explain what is sql server english query?
WHICH INDEX IS FAST CLUSTER AND NON CLUSTER INDEX
4 Answers CarrizalSoft Technologies, L&T,
what is denormalization and when would you go for it? : Sql server database administration
but what if you have to create a database with two filegroups, one on drive c and the other on drive d with log on drive e with an initial size of 600 mb and with a growth factor of 15%? : Sql server database administration
What is the main purpose of having conversation group?