Hi,
I am looking at a way to move data using dynamic data flow. We are moving table between databases often, and never the same set of tables. I have in a control table all tables that need to move together, some time its only 1 table and some other time it can be 40.
I am trying to use the the data flow, but I am not succeeding . Can the data flow be dynamic?
For now, I wrote set of store procedures that use dynamic "select * into..." and move only the table(s) passed as parameters. This work well, but I am trying to find better solutions.
All help/input will be appreciated.
Thanks