• raj.prabhu001 (3/25/2014)


    Yes all the 3 files are identical means they have same columns and same data type.

    Good, that makes things a lot easier! Basically you are going to need a For Each Loop container in the Control Flow that contains a Data Flow Task. The Data Flow task is where you specify how the data in the Excel source files is mapped to your destination SQL Server table.

    Have a look at this step-by-step guide: http://bi-polar23.blogspot.co.uk/2007/08/loading-multiple-excel-files-with-ssis.html

    For a wider overview of SSIS, have a look at Andy Leonard's 'Stairway to Integration Services' articles here on this site:

    http://www.sqlservercentral.com/stairway/72494/

    Also, I recommend getting yourself a book (or two) on SSIS.

    Regards

    Lempster