Load multiple Excel files into multiple SQL Server database tables using SSIS -
i need load multiple individual excel files multiple sql server tables in same database using ssis.
i have 61 files need loaded 61 tables in same sql server database.
i created tables in sql server database.
i created ssis project data flow task, foreach loop container specification , variables connectivity picture below.

data flow control has:

excel source:

ole db destination:

the problem way read files in folder add 1 table in database.
i need add each file independent table in sql database.
thanks helping.
Comments
Post a Comment