SSIS 2005 How to add a zip task?
Posted
by swapna
on Stack Overflow
See other posts from Stack Overflow
or by swapna
Published on 2010-06-15T13:10:16Z
Indexed on
2010/06/15
13:12 UTC
Read the original article
Hit count: 240
ssis
Hi ,
I have a ssis 2005 project.
I have to add a zipping task.ie, i have to zip a text file.
But i have to follow DB standards of the ORG. strictly.
1) No 3rd party software in the DB server.Not even resourec kit tools
2) No exe's in the DB server.
so i cant use(windows resource kit tools,7-zip, and a execute process task to invoke a c# exe.)
please suggest me a way to achieve zipping in ssis without compromising the DB standards.Any zip task is available as an addin to SSIS 2005?
Thanks
SNA
© Stack Overflow or respective owner