SSIS 2005 How to add a zip task?
- by swapna
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.)…