How to use SSIS Visual Studio 2008 to build Dynamic Datapull from multiple SQL servers for multiple tables using foreach loop
问题 What I want to do is build a dynamic data pull from different SQL source servers (Server1,Server2,Server3) etc. To pull down to dynamic locations on my SQL server (Dev,Prod) into databases (database1,database2,etc) The tables will be dropped and recreated each time the package is run so that I am sure I match the source servers if they change anything on source (field names, datatypes, lengths, etc) I will still get the data to extract. I want to pull this down using a single dataflow in a