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
Can you name some of the dml commands in sql?
What are the disadvantages of using querystrings to send data from one page to another?
How do I create an extended event in sql server?
What is a unique key constraint?
List the different normalization forms?
Do you know what guidelines should be followed to help minimize deadlocks?
Can group by and orderby be used together?
how to trace the traffic hitting a sql server? : Sql server database administration
Explain the architecture of ms sql reporting service?
What is difference between clustered index and non clustered index?
Is it possible to replicate data from sql server to oracle? : sql server replication
What are the different types of stored procedures?
Do you know sql server 2008 backup compression?
explain what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
What are the difference between primary keys and foreign keys?