Locked lesson.
About this lesson
We will take a look at the master and model databases as well as the msdb and tempdb Databases
Exercise files
Download this lesson’s related exercise files.
System Databases.docx58.8 KB System Databases - Solution.docx
59 KB
Quick reference
System Databases
There are four default system databases.
When to use
System databases allow you to tweak system related things.
Instructions
For the most part, especially while you've just started learning things, you can ignore the system databases.
- The Master Database handles system related things like Logins.
- The Model Database allows you to set initial default database models.
- The MSDB Database handles SQL Server Services.
- The TempDB saves temporary data that you add to a database before committing it.
Hints & tips
- System databases let you tweak system things.
- This is just an overview, as you can mostly ignore them at this point.
Lesson notes are only available for subscribers.