0

I am developing SSIS 2008 package. Amongst other things, it processes files located in a drop-off filesystem folder.

TASK:

After they are processed, files should be compressed and relocated to an archive folder.

QUESTION(s):

Does anyone know of a better solution, then to use an "Execute Process Task", calling a batch file which calls a 7-zip packer? Any freeware custom tasks?

Thanks in advance

2 Answers2

0

I think here is an answer to your question. You may have to make sure about the .net framework that you are using and whether it supports gzip or not.

rvphx
  • 2,324
  • 6
  • 40
  • 69
0

You have to zip the file by using script task

http://forums.asp.net/p/1086292/1743179.aspx

Maverick
  • 1,167
  • 1
  • 8
  • 16