• jagadish_sds (6/11/2008)


    I want to compress the values and insert/update to table and when selecting the values I want to decompress it and select.

    Is there any functions/methods available in sql server 2005?. I can do it in Application side and send compressed values to database, but I want to do it in database itself.

    you could create user defined functions for such things but client-side seems more appropriate for these things.


    * Noel