How to back up a SQL Database
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
Related Articles
Troubleshooting a SQL Server Connection
Overview If you are unable to connect to a SQL database, you can perform what's called a UDL test which uses a built-in SQL Server OLE DB provider to test SQL connections. This is done independent of any software application and is a great ...
Firewall Exceptions for SQL Server
Overview SQL Server uses both TCP and UDP ports for communication. It is necessary to allow these ports through the firewall. TCP Incoming Ports 1433 4022 135 1434 UDP Incoming Ports 1434
How to Back up eXtremeDNC Machine Configuration Files
It is highly recommended You should save your configuration files of each machine. You should keep a backup copy of them in case your computer crashes. Back Up Machine Configuration Files Go to one of the following paths C:\Program Files ...