Create a MSSQL BAK Backup
2. Enable Backup Compression (Optional)
- Right-Click on the Database Server and select Properties.
- Click on Database Settings, Check "Compress Backups"
Click OK
3. Take the Actual Backup
- Open Management Studio and connect to the database server.
- Right click on the database you wish to backup and select Tasks > Back up...
- In the dialog that appears confirm:
1. Database you have selected to backup
2. Backup type: Full
3. Backup Component: Database
4. Back up to: Disk
5. Click "Add..." to select your backup destination
- In the dialog that appears click the ellipse "..." button
- Select your BAK backup destination and file name, make sure you manually type in the extension ".bak"
Click OK
- Click OK on the "Select Backup Destination" dialog:
- Select the other backup destination and click Remove
- Select your backup destination
Click OK
- Your BAK backup is complete!
Related Articles
Restore a MSSQL BAK Backup
To restore a MSSQL BAK database backup, do the following steps: Open Management Studio and connect to the database server. 1. Right-Click on Databases 2. Select Restore Database... In the dialog that appears: 1. Select Device 2. Click the ... button: ...
Create a MSSQL BACPAC Backup
To create a BACPAC backup, do the following steps: Open Management Studio and connect to the database server. Right click on the database you wish to backup and select Tasks > Export Data-tier Application... In the dialog that appears click "Next >" ...
Create a POSTGRES Backup
This article assumes that you know your Postgres credentials and PgAdmin is Installed. Connect into PgAdmin. Right-Click on the database and click Backup Click on the folder icon to choose a location for your backup When you reach the location to ...
Create a Secondary SA (Admin) Account for MSSQL
In the event that you have lost or forgotten your SQL administrator password, the following script can create an additional administrator SA user account that you can use to log in. This is preferable over resetting the SA password because changing ...
Convert a Postgres database to MSSQL
Full Convert by Spectral Core is a robust tool for converting databases from one format to another. The following instructions will walk you through using Full Convert to convert a Postgres database to MSSQL. Launch Full Convert Click New database ...