« Home     About     @Contact

Compress and Decompress stored procedures for SQL Server 7.0, 2000, 2005

A Solution to Compress and Decompress data by T-SQL Queries

Important note

These procedures have been recently moved to a new xpFileUtils library.

SQL Compress and Decompress Utilities Overview

This adds to T-SQL capabilities to compress and decompress custom data using LZ compression algorithm.

There are the following extended stored procedures:

  • xp_ZCreate begins the work;
  • xp_ZAppend adds data to be compressed/decompressed to an internal buffer;
  • xp_ZCompress compresses data and returns the result as a single row recordset of SQL IMAGE datatype;
  • xp_ZDecompress decompresses data previously compressed by xp_ZCompress, and returns the result as a single row recordset of SQL IMAGE datatype;
  • xp_ZClose finishes the work.
SEE ALSO

Folder Jump Folder Jump.com

Let Your Fingers Rest!
Stop waste your time browsing directories!


Folder Size
FREE shell extension, adds 'Folder Size' column to Windows Explorer


Create your own Extended Stored Procedures!

This is easy if use wrapper classes for Visual C++ or Delphi.


Delphi Components

Internet tools, PGP SDK wrapper component, User activity detection Smart message boxes...


GlyFy.com - stock glyphs and icons for software development GlyFy.com
Quality icons, glyphs, and images for software development




Listed at TopShareware.com

Copyright © 1996-2009 MasterCluster.com