Search notes:
SQL Server system databases
The
master database
keeps track of all system-level information for an
instance
.
The
msdb
database is used by the
SQL Server Agent
to schedule alerts and jobs.
The
model
database serves as a template for newly created
databases
.
The
tempdb
database stores temporary objects.
And then, there's also the
resource database
and the (hidden)
mssqlsystemresource
database.
See also
database
.
Index