How to dynamically select connection properties for oledb sourcece and SQL Destination in SSIS?

  •  

    Here I am mentioning a sample case.Let me know if any one knows solution.

    There will be a table "XYZ" which contain data, DB name and table name.

    How to dynamically select connection properties for oledb sourcece and SQL Destination in SSIS from the table "XYZ" ??

    Source and destinations should be able to select DB name and table name dynamically from the table "XYZ".

    Same work flow should be maintained for all the connections.

     

    With regards

    Kishore

  • Use an Execute SQL task to take those values and store them in variables.

    Then use expressions on the appropriate properties of the connection manager in order to set them to the values stored in those variables.

    -Jamie

     

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

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