|
Download SQLCompress.NET Source |
|
Written by SQLCompress.NET Support
|
|
Jul 12, 2011 at 08:45 PM |
|
Donate through Paypal to get a copy of the source code. |
|
|
SQLCompress.NET 2.0 Beta Announced |
|
Written by SQLCompress.NET Support
|
|
May 09, 2008 at 06:39 AM |
|
SQLCompress.NET team has been quietly working on a new version for SQL Server 2008! |
|
Last Updated ( May 09, 2008 at 06:49 AM )
|
|
Read more...
|
|
|
Which compression implementation should I use? |
|
Written by SQLCompress.NET Support
|
|
Jan 20, 2007 at 09:40 AM |
|
SQLCompress.NET provides several implementations:
- Fast Deflate (recommended): This implementation is VERY fast with very little overhead.
- Base or Benchmark: This implementation should NOT be used for compression. This is included for benchmarking purposes ONLY. It allows developers to determine how much overhead their compression libraries add to an implementation. The implementation does not compresses anything but does add block and compression headers increasing LOB size.
We recommend the use of Fast Deflate for compression purposes and Basic (or Benchmark) for comparison purposes.
|
|
Last Updated ( Feb 13, 2007 at 11:53 PM )
|
|
|
|