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 a table be created inside a trigger?
What is an entity-relationship diagram (erd)?
What are the differences between having and where clause.
What is the difference between functions and stored procedures?
what is package and it uses and how can u call a package
what stored procedure can you use to display the current processes? : Sql server administration
What are parameterized reports? What are cascading parameters in ssrs reports?
What is the difference between sdf and mdf?
How to use group functions in the select clause in ms sql server?
What are the new features introduced in SQL Server 2000? What changed between the previous version of SQL Server and the current version?
can a table be moved to different filegroup? : Sql server administration
What are the differences between INNER JOIN, LEFT JOIN and RIGHT JOIN in SQL Server?
How do I edit a stored procedure in sql server?
Does sql server use t sql?
What are sql azure firewall rules?