Why SQL Storage Compress?
-
High-performance data compression: shrink the storage footprint of live SQL Server databases by up to 90% to save disk space and money.
-
Work across SQL Server editions: provides data compression for any edition of SQL Server from 2000 to 2008 R2.
-
Secure data: prevent unauthorized access to your databases with 256-bit AES encryption.
More information about SQL Storage Compress
SQL Storage Compress enables you to create compressed databases, shrinking your storage footprint by up to 90% to save disk space and money. Using SQL Storage Compress' wizard, or your own T-SQL scripts, you simply restore database backups to compressed files, and work with the compressed databases as usual. Native SQL Server backups and backups made with SQL Backup Pro, SQL HyperBac, or other third-party tools are all supported.
To SQL Server, there is no difference between uncompressed and compressed databases because of the way SQL Storage Compress operates. It's powered by HyperBac, an industry-proven compression and encryption technology for SQL Server, and uses a Windows service to intercept SQL Server's read/write requests to the file system. It then compresses and decompresses the file stream as required.
More information is available in the SQL Storage Compress I/O Reliability Program whitepaper. This covers core functional Microsoft SQL Server storage requirements and has been reviewed successfully as part of Microsoft's SQL Server I/O Reliability Program.
Running your databases from compressed files lets you make the most of your environment and cut down on expensive hardware, such as SANs and SSD drives. You can even run compressed databases on systems that lack space for an uncompressed version. This makes it ideal for work with heavy storage requirements, such as data warehousing, BI, testing and development, or disaster recovery.
































