How to avoid SSIS FTP task from failing when there are no files to download?

后端 未结 12 825
时光取名叫无心
时光取名叫无心 2020-12-01 06:42

I\'m using SQL Server 2005, and creating ftp tasks within SSIS.

Sometimes there will be files to ftp over, sometimes not. If there are no files, I don\'t want the

12条回答
  •  不思量自难忘°
    2020-12-01 07:12

    You can use the free SSIS FTP Task++ from eaSkills. It doesn't throw an error if the file or files don't exist, it support wild cards and gives you the option to download and delete if you need to do so.

    Here's the link to the feature page: http://www.easkills.com/ssis/ftptask

提交回复
热议问题