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