What are the basic functions for master, msdb, model, tempdb and resource databases?



What are the basic functions for master, msdb, model, tempdb and resource databases?..

Answer / Shyama Nand Kumar

The Master database stores metadata about the SQL Server instance and its databases. The MSDB database is used to store system-stored procedures, log history, error logs, and other administrative tasks. The Model database is a template for creating new databases on an instance. The Tempdb database stores temporary objects during a SQL Server session. The Resource databases in SQL Server (System databases) are reserved for internal usage.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

How do I start sql server 2017?

0 Answers  


Disadvantages of the indexes?

0 Answers  


Can we call future method from queueable?

1 Answers  


Explain primary key?

1 Answers  


how insert selected column only ?

3 Answers   Robert Half,


Difference between DELETE and TRUNCATE?

1 Answers   Atos, TCS,


Do you know clustered and non-clustered index?

1 Answers  


Alternative way to DetDate() function?

5 Answers  


What is resource governor in sql server?

1 Answers  


Distinguish between nested subquery and correlated subquery?

1 Answers  


Explain filestream storage of sql server 2008?

1 Answers  


What is the basic difference between clustered and a non-clustered index?

9 Answers   Infogain,


Categories