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

后端 未结 12 827
时光取名叫无心
时光取名叫无心 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:33

    Put it in a ForEach container, which iterates over the files to upload. No files, no FTP, no failure.

提交回复
热议问题