Locked lesson.
About this lesson
You will learn how to backup a database and how to restore a backup
Quick reference
Backing Up & Restoring a Database
Let's backup and restore our database.
When to use
You should always backup your database.
Instructions
Backing up and restoring a database is a breeze with SSMS.
Right click your database in the object explorer and select "Tasks" and then "Backup".
Save your backup file with a .bak file extension.
To restore your backup, Right click the Databases folder in object explorer, and select "Restore Database".
Hints & tips
- To Save a Backup: Right click your database in the object explorer and select "Tasks" and then "Backup".
- Save the file with a .bak file extension.
- To Restore a Backup: Right click the Databases folder in object explorer, and select "Restore Database".
Lesson notes are only available for subscribers.