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 are triggers? How do you invoke a trigger on demand?
Where are SQL server users names and passwords are stored in sql server?
Difference between aggregate functions of sql?
How to tune a stored procedure?
Define constraints and give an example of their use?
Tell me about pre-defined functions of sql?
what is memory-optimized nonclustered indexes
Please explain what is “asynchronous” communication in sql server service broker?
Is it important for a database administrator to understand the operating system and file access?
What is database architecture? : SQL Server Architecture
What is trace flag in sql server?
What is the difference between indexing and hashing?