Overview
Backing up a SQL database is useful when migrating SQL server, needing to send a copy of the database to someone, or simply backing up the database to restoration purposes.
Requirements
- SQL Server Managment Studio
- SQL Credentials or Windows Authentication when applicable
Back Up SQL Database
- Open SQL Server Manager Studio
- Connect to your SQL Server instance using either SQL credentials or Windows credentials assuming the database allows for it
- In Object Explorer, expand Databases and right-click the database you want to back up
- Select Tasks > Back Up…
- In the Backup Type, choose "Full"
- Under Destination, choose Disk and click Add… to specify the backup file path (e.g. C:\Temp).
- Click OK to start the backup
- When done, you can optionally zip up the database to reduce its size