Quantcast
Channel: Welcome To TechBrothersIT
Viewing all articles
Browse latest Browse all 1873

How to Download Only Current Day Files from FTP Server by using FTP Task in SSIS Package - SQL Server Integration Services(SSIS) Tutorial

$
0
0
Scenario:
Our vendors upload the files to FTP Server on daily basis. They upload the files for each day and have date added to each file. We want to create an SSIS Package that runs every day one some schedule and download only the files which are loaded for current day date.

Solution:
To download the files for Current day , we can use FTP Task and build our wildcard by using expressions.
  1. How to Create an SSIS Package from Basics
  2. How to Create Variable and Write expression on variable to Get Current Day Files from FTP Server
  3. How to use Variable in FTP Task to download Current Day files to Local Folder in SSIS Package


 Download Only Current Day Files from FTP Server by using FTP Task in SSIS Package

    Viewing all articles
    Browse latest Browse all 1873

    Trending Articles