Dynamic Data Flow vs Dynamic Select * into to move fact tables.

  • 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

  • No, the data flow cannot be dynamic. It needs fixed metadata.

    There are commercial components out there that can handle changing metadata.

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply