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 |
how to find maximum identity number in a table ?
2 Answers JPMorgan Chase, Thomson Reuters, Wipro,
what is isolation level at dead lock?
What is collation sensitivity?
List the types of recovery model available in sql server?
Can sql servers link to other servers like oracle?
Can we call a function that has out parameter in select statement
Can you create UNIQUE and PRIMARY KEY constraints on computed columns in SQL Server 2000?
After removing a table from database, what other related objects have to be dropped explicitly?
Explain the concepts and capabilities of sql server?
What is the differecne between equi-join and inner-join and natural join..Is there any difference or all are same?
How do you delete a trigger?
How do I clean up sql server transaction log?