question

AlexKlap avatar image
AlexKlap asked

SSIS Connection Manager

i have to pull data from XML file to 30 different Excel sheet. Do i need to create 30 times connection Manager seperately for 30 different Excel Sheet. Please suggest, is there any way to configure 30 different Excel Sheet with single Excel Configuration. Thanks You Very Much
ssis
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
@SQLShark avatar image
@SQLShark answered
Which version of SSIS? You could have a table in a DB with the location of the 30 files. Then load that table in to an ADO Object and loop over each row passing the location to an excel connection. Simple talk has an example. [ https://www.simple-talk.com/sql/ssis/implementing-foreach-looping-logic-in-ssis-/][1] [1]: https://www.simple-talk.com/sql/ssis/implementing-foreach-looping-logic-in-ssis-/
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.