SQL Storage Compress - 6.1
Using the wizard to create compressed databases - SQL Storage Compress
Overview
The following worked example shows you how to create compressed databases by restoring from a backup with the Restore backup to compressed database wizard, which is included with the SQL Storage Compress user interface.
The wizard generates and runs a RESTORE DATABASE script that restores the data files (*.mdf and *.ndf) to the SQL Storage Compress compressed file formats (*.mdfx and *.ndfx). You can also use the wizard to generate a script to edit and run manually.
The wizard supports backups in any of the following formats:
- Native SQL Server backup file (*.bak)
- SQL HyperBac compressed backup files (*.hbc and *.hbc2)
- SQL HyperBac encrypted backup files (*.hbe)
- SQL Backup Pro compressed backup files (*.sqb)
- SQL Backup Pro encrypted backup files (*.sqb)
- Quest LiteSpeed™ backup files (unencrypted only) (*.sls and *.bak)
Note: this worked example uses a native SQL Server backup file (*.bak), but the method is similar for all supported backup formats. If you are restoring from one of the other supported formats, see also Restoring from other backup formats below.
Limitations of the wizard
- You can only restore on local SQL Server instances.
- The wizard only supports restores from a single, full backup file. If you want to create a compressed database by restoring from a backup split into multiple files or a combination of backups (for example, a full backup followed by a differential backup), you will need to write a T-SQL script.
- The wizard does not compress the transaction log files (*.ldf) unless you select encryption. This is because the transaction log file generally represents a small proportion of the storage footprint, so compression offers little benefit. Furthermore, in transaction-intensive databases, with frequent reads and writes to the log file, compressing the log file can impair performance. To compress the transaction log file without encrypting it, write a T-SQL script.
Worked example: using the wizard to create a compressed database from a native SQL Server backup file
- Open the SQL Storage Compress user interface.
If the HyperBac Control Service isn't running, an error message is shown beneath the database list. You must start the service before you can create or use SQL Storage Compress compressed databases: click the Start the service hyperlink.

- Click Restore backup to compressed database to open the wizard.

- Select a local SQL Server instance, and choose an authentication method.
This is the instance that will host your compressed database. For this example, we have used (local).
- Click Browse and select a native SQL Server backup file to restore to a compressed database.

Native SQL Server backup files usually have a .bak extension, but any extension will work, provided the file is a valid native SQL Server backup. For this example we have selected AdventureWorks_Full.bak. For details about restoring from other supported backup formats, see Restoring from other backup formats below.
Note that only single, full backup files are supported by the wizard. If you want to restore to a compressed database from a backup split into multiple files or a combination of backups (for example, full, differential, and log backups), you will need to write a T-SQL script.
- Click Next in the wizard.
The backup file is checked to ensure it is correctly formatted. If the file fails validation, an error message is displayed, (for example, if the backed-up database is incompatible with the local SQL Server version).
If the file is valid, the wizard automatically moves on to the next step.
- Specify a name for the compressed database. By default this is the original name of the backed-up database, with _SSC appended. If this name already exists, a number is also appended so that the name is unique. Alternatively, you can enter a name in the Database name box.
For this example, we have used the default database name AdventureWorks_SSC.
Note: SQL Storage Compress does not automatically delete the original database when you restore from a backup. To overwrite the original database:
- Rename the database to match the original name by deleting the suffix that SQL Storage Compress has added.
- Select the checkbox underneath the Database name box to force overwriting of the original database.

- Specify the location for the database files. The files will be restored to new file names, formed of the new database name followed by the existing file name. In this example, the database files will be restored to AdventureWorks_SSC_AdventureWorks_Data.mdfx and AdventureWorks_SSC_AdventureWorks_Log.ldf.
If you opt to overwrite the original database, the original database files will be deleted.
- Choose whether to encrypt the database. Selecting this option will result in compression and encryption of the database's transaction log files, as well as the data files.
Note: the SQL Storage Compress wizard does not compress the transaction log files unless you opt to encrypt the database. In transaction-intensive databases, with frequent reads and writes to the log file, compressing the log file can impair performance. You can read more about encrypting SQL Storage Compress databases by clicking the help icon

- The wizard includes the option to run a database integrity check after the restore. The results are displayed on the final step of the wizard.
For this example we will use all the default settings on step 2.
- Click Next to move on to the next step.

- The Summary tab presents information about the backup file and the new compressed database, including database file names.
Note that the data file for the new database has extension .mdfx; this is the default file extension for SQL Storage Compress compressed data files.
- The Script tab shows the T-SQL
RESTORE DATABASEscript that will be run on the local instance when you click Finish.If you want to use the T-SQL script as the basis for a more complex "restore to compressed database" job (for example, if you want to compress only a single data file out of multiple data files), you can copy or save the script for editing in your preferred editor.
- The Summary tab presents information about the backup file and the new compressed database, including database file names.
- Click Finish to start restoring the backup file to a new compressed database.

- If the restore process completes successfully, the space savings for the compressed database are shown under Compression results.
- If there is a problem during the restore process, the details are below the list of steps.
In this example, the restore process has completed successfully, and we can see that the compressed database has saved us just over 120MB of disk space (a 71% saving) compared to the uncompressed version.
- Click Close to return to the main SQL Storage Compress user interface.
The new compressed database, AdventureWorks_SSC, is added to the Database sizes tab, along with the space savings figures from the the final step of the wizard. The data on the Summary of savings tab is updated accordingly.
Restoring from other backup formats
You can create a compressed database by restoring from a full backup in any of the following formats. Select the appropriate backup on step 1 of the wizard (see 4 above).
Backup format |
Backup file extension |
Additional information |
SQL HyperBac compressed |
*.hbc, *.hbc2, *.zip, *.rar |
The backup file must be in a format that SQL HyperBac can read. A SQL HyperBac license is not required. |
SQL HyperBac encrypted |
*.hbe |
The correct key file must be available in the keys directory on the local SQL Server. See Working with key files for encrypted data for more information. The backup file must be in a format that SQL HyperBac can read. A SQL HyperBac license is not required. |
SQL Backup Pro compressed |
*.sqb |
A SQL Backup license is not required. |
SQL Backup Pro encrypted |
*.sqb |
You will need to enter the password that was used to encrypt the SQL Backup Pro file on step 1 of the wizard. SQL Storage Compress may need to install an extended stored procedure, xp_validate_sqb_backup, in the master database of the selected SQL Server instance. You will be prompted to do this if required. A SQL Backup license is not required. |
Quest LiteSpeed unencrypted |
*.sls, *.bak |
You must have the necessary LiteSpeed components installed on the local SQL Server instance. To restore an encrypted LiteSpeed backup file, use a T-SQL script. |
Was this article helpful?
SQL Storage Compress
all SQL products
- Compatibility of Red Gate tools in 64-bit environments
- Application has encountered an error and needs to close
- Error message after installing SQL Toolbelt - The description for Event ID ( 1 ) in Source ( nview_info ) cannot be found.
- Changing the temporary directory used by the installer
- Toolbelt Installer "hanging" while "scanning volumes"
- Login failing with "trusted SQL Server connection" error when using RunAs
all products
- Some Red Gate products identified as containing a trojan by Anti-Virus software
- Activation may fail with Unknown Error -1
- Product uses web help although a CHM file is available locally
- Argument exception resulting from missing environment variable
- Check for updates may fail when used through proxies
- 'Unidentified Publisher' error when repairing or uninstalling
- Licensing activates product as standard edition
- Moving Red Gate software products to another machine
- Red Gate tools log locations
- The application UI opening slowly when there is no internet access
SQL Storage Compress
all SQL products
all products
- Red Gate product acknowledgements
- Activating your products
- Activating your products
- Red Gate bundle history
- Check for updates
- Troubleshooting Check for Updates errors
- Current versions
- Deactivating your products
- Installing Red Gate products from the .msi file
- Requesting additional activations
- Serial numbers for bundles
- Reactivating using a different serial number
- Extending your trial
- Finding your serial numbers
- Moving a serial number from one computer to another
- No response received for manual activation
- Licensing and activation resources
- Licensing and activation resources
- Troubleshooting licensing and activation errors
- Licensing and activation FAQs
- Red Gate tools log file locations
- Download old versions of products
- Download product prerequisites & utilities
- Support & upgrades
- Upgrading your software
- Upgrading FAQs

Installing or upgrading SQL Storage Compress