Fairly new to SSIS, haven't done much with it.
I have a "template" database where I have a table I want to "roll out" to multiple databases.
I am currently doing this using SSIS by hard-coding all of the connections and doing the same Data Flow tasks over and over.
However, when I need to add a new connection, I have to go through adding all of the new tasks and so forth.
I am thinking there must be a way to simplify this. For example, by using the Foreach Loop Container - and maybe somehow using variables to specify the databases and/or tables I need. I have been unsuccessful at finding information on doing this, and was hoping one of you experts can help me get started.
I have a "template" database where I have a table I want to "roll out" to multiple databases.
I am currently doing this using SSIS by hard-coding all of the connections and doing the same Data Flow tasks over and over.
However, when I need to add a new connection, I have to go through adding all of the new tasks and so forth.
I am thinking there must be a way to simplify this. For example, by using the Foreach Loop Container - and maybe somehow using variables to specify the databases and/or tables I need. I have been unsuccessful at finding information on doing this, and was hoping one of you experts can help me get started.