SQL Storage Compress - 6.1
SQL Server error 3132 "The media set has <x> media families" - SQL Storage Compress
You may encounter the following error when creating a compressed database by restoring from a SQL Backup Pro backup file (*.sqb):
Resolving this error
This error arises when a SQL Backup Pro backup file has been created using more than one thread. The RESTORE command should include one DISK statment for each thread that was used to create the backup.
For example, if a SQL Backup Pro backup was created using three threads:
EXECUTE master..sqlbackup '-sql "BACKUP DATABASE AdventureWorks
TO DISK = ''C:\Backups\AdventureWorks_Full.sqb''
WITH COMPRESSION = 4, THREADCOUNT = 3"'
the RESTORE command should include three identical DISK statements:
RESTORE DATABASE AdventureWorks_SSC FROM
DISK = 'C:\Backups\AdventureWorks_Full.sqb'
DISK = 'C:\Backups\AdventureWorks_Full.sqb'
DISK = 'C:\Backups\AdventureWorks_Full.sqb'
WITH MOVE 'AdventureWorks_Data' TO 'C:\Program Files\MSSQL\DATA\AdventureWorks_SSC_Data.mdfx'
To find out how many threads were used to create a backup file, run RESTORE LABELONLY FROM DISK = '<backup_path>'. This command returns information about the backup file. The value for FamilyCount represents the number of threads used to create the backup file.
Alternatively, look at the BACKUP command in the SQL Backup Pro activity log file: the THREADCOUNT option specifies the number of threads used. You can view log files from the Activity History in the SQL Backup user interface or from the log folder, specified in the File Management Options.
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