What is the purpose of the master database in SQL?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Studied at University of California, Berkeley, Lives in Berkeley, CA
The master database contains all of the system level information for SQL Server -C all of the logins, linked servers, endpoints, and other system-wide configuration settings. The master database is also where SQL Server stores information about the other databases on this instance and the location of their files.
2023-05-11 12:11:28
评论(499)
Helpful(122)
Helpful
Helpful(2)

Madeline Cook
QuesHub.com delivers expert answers and knowledge to you.
The master database contains all of the system level information for SQL Server -C all of the logins, linked servers, endpoints, and other system-wide configuration settings. The master database is also where SQL Server stores information about the other databases on this instance and the location of their files.