Using TSQL to Unzip a value

Posted by Anthony Faull on Stack Overflow See other posts from Stack Overflow or by Anthony Faull
Published on 2010-05-13T14:12:37Z Indexed on 2010/05/13 14:14 UTC
Read the original article Hit count: 276

Filed under:
|
|

How can I unzip a varbinary(max) value in a stored procedure? I'd like to implement or invoke a gunzip algorithm within TSQL code, preferably without enabling the CLR.

© Stack Overflow or respective owner

Related posts about tsql

Related posts about gzip