Reading GZIP data through SQL Server 2000

  • My application is trying to pull the data through DTS from another application which stores XML data in GZIP fromat in ORACLE database

    Is it possible to read this data , decompress and then store in SQL tables in SQL Server 2000?

    IF so , then how can we achieve this

  • Go through the following link

    http://www.databasejournal.com/features/mssql/article.php/3556461

    Although this link is not for gzip but you can get an idea of how to use this compression utilities with sql server.

    Hope this helps.

    Manu

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply