What is the basic functions for master, msdb, tempdb databases?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between Normalization and De-normalization?
Explain throw statement in sql server 2008?
how can u get last observation in an unknown dataset ?
How to get the definition of a view out of the sql server?
Explain the Ways to improve the performance of a sql azure database?
System variable and temporary variables
What is the fastest way to permanently delete a 1 million row table named customers?
Explain sql server service broker?
How to view the error log for any specific instance? : sql server database administration
What is sharding?
How can you list all the columns in a database?
Can sql servers link to other servers like oracle?
Explain where clause?
If you want to send some data from access database to sql server database. What are different component of ssis will you use?
Call by value and call by reference in procedure and function, with NOCOPY.