SQL SERVER-System databases
System databases: When we install Microsoft SQL Server, five system databases are automatically created for each SQL Server instance. These system databases allow the database engine and administrative applications to properly manage the system. master model msdb tempdb Resource (SQL Server 2005 and higher only) 1. Master The master database manages the SQL Server instance. […]
Continue Reading