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.

enter image description here

data flow control has:

enter image description here

excel source:

enter image description here

ole db destination:

enter image description here

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

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -