Create a MSSQL BAK Backup

Create a MSSQL BAK Backup

To create a BAK backup, do the following steps:

1.  Shrink the Database (Optional)

  1. Open Management Studio and connect to the database server.
  2. Change the Recovery Model to Simple:
    1. Right click on the database you wish to backup and select Properties.

  3. Click on Options.  Write down the Recovery Model of the database, then change it to Simple
    Click OK

  4. Shrink the Database
    Right-Click on the database, then select Tasks > Shrink > Database.
  5. Check "Reorganize files before releasing unused space..."
    Click OK

  6. Restore the Recovery Model
    Follow the steps above to restore the recovery model back to its original value.

2.  Enable Backup Compression (Optional)

  1. Right-Click on the Database Server and select Properties.
  2. Click on Database Settings, Check "Compress Backups"
    Click OK

3.  Take the Actual Backup

  1. Open Management Studio and connect to the database server.
  2. Right click on the database you wish to backup and select Tasks > Back up...
  3. 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
  4. In the dialog that appears click the ellipse "..." button
  5. Select your BAK backup destination and file name, make sure you manually type in the extension ".bak"
    Click OK
  6. Click OK on the "Select Backup Destination" dialog:
  7. Select the other backup destination and click Remove

  8. Select your backup destination
    Click OK

  9. 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 ...