Backup and Restore SQL Server Database

Create a Full Database Backup

While there are many ways to back up your database, a full database backup backs up the entire database (including part of the transaction log) which makes it simple to restore. However, as the size of the database increases, full database backups will take longer to complete and require more storage space. For larger databases, consider using a series of differential backups in addition to a full database backup.

  1. Using SQL Server Management Studio, log in to the appropriate server with sufficient permissions and, if needed, expand the server tree.
  2. Expand the Databases folder.
  3. Right-click the database that you wish to backup, hover over Tasks, and then click Back Up....
    Backup SQL Database
  4. The Back Up Database dialog will appear and you will see your selected database in the dropdown list. You can select a different database from the dropdown if you choose to do so. Backup SQL Server Database
  5. By default, the Backup type will be Full. You must create a full backup before you can select a differential backup type.
  6. Choose Database under the Backup component (if not already selected).
  7. Under the Destination section, your database will back up to a default SQL Server Backup location, however you can Add/Remove additional location(s) or remove the default file path in order to Add and rename the backup file name (still using the default backup location). Ensure you have read/write permissions to the selected file path.
  8. Note: If you have previously created a backup of the same database, go to the Media Options page and review the settings. Choose whether this backup will append to the existing database or overwrite it.
  9. Recommendation: Go to the Backup Options page and review the settings. Under the Compression section, compress the backup to save storage space (database compression is not available in SQL Express).
  10. Click OK to start the backup process. Once the backup is successful, a dialog will appear to notify you.
    SQL Backup Complete

Restore a SQL Server Database Backup

Follow these instructions for restoring a full database backup. Once again, using SQL Server Management Studio, connect to the appropriate server and expand the server tree.

  1. Right click the Databases folder and select Restore Backup
  2. Select Device as the Source.
    Restore SQL Server Database
  3. Click the browse button ...
  4. Then, click on the Add button. The dialog will automatically show available backups in the default backup location. If you previously saved your backup in a different location, copy the path and paste it in the Backup File Location box.
    Note: Only .BAK file types will be available in this dialog.
  5. Select your backup file and click OK.
    Select SQL backup
  6. The database name may be automatically loaded if you previously restored this backup. You can change the Database name if needed.
  7. At the point, you may see "Ready" at the top of this dialog. This means you can restore your database now or continue and adjust additional settings.
    SQL Database Restore
  8. The restore process may fail if there are existing connections. To prevent this, go to the Options page and check "Close existing connections to destination database" located under the Server connections section.
  9. Optionally, if you want to overwrite an existing database, select "Overwrite the Existing database". The database name will need to match the existing database.
  10. Click OK to start the restore process. Once the restore is successful, a dialog will appear to notify you.
    SQL Restore Complete

More SQL Server Help Topics

  • If you need help creating the Calibration Control database on your SQL Server, refer to this help page installing Calibration Control SQL Server Database.
  • If you are connecting to the SQL Server for the first time on that client, refer to this help page on SQL Server Configuration.
  • If you are updating the SQL Server Database, refer to this help page on Update SQL Server.
  • If there are issues connecting client PCs to the SQL Server, refer to the test procedure for Troubleshooting SQL Server Connection.
  • If you are trying to allow SQL remote connections from multiple computers, refer to this help page on SQL Remote Connections
  • Get Ape Support

    Contact us if you need to setup a screen share, or you can send us the most recent backup of your database and describe with what you need our help. 


    Last Updated:  08 August 2022