adspace
Answer Posted / 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 View All Answers
Why should you use or avoid select * statements?
How do I create a trace in sql server?
What is sql or structured query language?
What are the kinds of subquery?
What are the different SQL Server Versions you have worked on?
How to convert character strings into numeric values?
Why we use the openxml clause?
explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
do you know how to configure db2 side of the application? : Sql server database administration
If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?
List out the different types of locks available in sql server?
How can we solve concurrency problems?
What kind of problems occurs if we do not implement proper locking strategy?
what is spatial nonclustered index
How do I find query history in sql server?