What is master database? : SQL Server Architecture



What is master database? : SQL Server Architecture..

Answer / Rohit Kumar Kele

"Master Database" is a system database in SQL Server that stores important system objects and metadata, such as server-level security, system configuration settings, and system databases. It does not store user data. The Master database helps manage the overall architecture of the SQL Server instance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What are the different types of normalization?

1 Answers  


Explain the third normal form(3nf)?

1 Answers  


How do I create a stored procedure in sql server?

1 Answers  


What does this statement do @@rowcount?

1 Answers  


Why do we use trigger?

1 Answers  


What is ems sql management studio? : sql server management studio

1 Answers  


Explain boyce and codd normal form(bcnf)?

1 Answers  


What is use of attribute hierarchy optimized state? : sql server analysis services, ssas

1 Answers  


How to generate create function script on an existing function?

1 Answers  


How do I make a resultset scrollable?

1 Answers  


How to create dbo table in sql server?

1 Answers  


Why we need a group by clause?

4 Answers  


Categories