SoftadminUtil.Compression_Expand

Not available in Cloud edition.
Type: Scalar function

Expands data compressed with SoftadminUtil.Compression_Compress.

In SQL Server 2016 and higher you can use the built-in COMPRESS and DECOMPRESS functions instead. They are not compatible with the output of this function but provide an equivalent degree of compression.

Both the compressed and uncompressed data is held in the memory during expansion so usage on large blobs should be avoided.

Return value: binary

Expanded data.

Parameters

@Bytes mandatory binary
Data to be expanded.