Read dynimc csv file from FTP and insert into sql DB

  • hi

    i am very new to ssis concept.

    i would like to know how can i read an csv file from FTP. it is dynamic one,Its name depends upon current date.so i need to read based on date and insert into corresponding sql table.i would like to run this task each day.so i need a scheduler also.how can i achieve this using ssis??

  • 1. FTP the .CSV file to a local directory.

    2. Create a dynamic connectionstring to the flat file:

    SSIS - Dynamically set Flat File Connection Manager

    3. Read the flat file and write the data to SQL Server.

    4. Schedule your package using SQL Server Agent.

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply