Define master database?



Define master database?..

Answer / Tanu Tyagi

Master Database is a system database in Microsoft SQL Server that contains all system objects and data necessary for the management of other databases, such as login information, linked server definitions, and server configurations.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

How to access the inserted record of an event?

1 Answers  


How to insert and update data into a table with "insert" and "update" statements?

1 Answers  


There is a trigger defined for INSERT operations on a table, in an OLTP system. The trigger is written to instantiate a COM object and pass the newly insterted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better?

1 Answers   HCL,


What is a trigger?

4 Answers  


Does sql server use t sql?

1 Answers  


How to invoke a trigger on demand?

1 Answers  


Do you know what is sql injection?

1 Answers  


What is data compression? : sql server database administration

1 Answers  


How will you go about resolving deadlocks?

1 Answers  


What is optimistic concurrency?

1 Answers  


What are views used for?

1 Answers  


explain query execution plan

1 Answers  


Categories