developer155
Programmer
Hi, what is the difference between the ExecuteSQL task and DataContainer. Looks like both can execute SQL statement and return results into a variable.
What I need to do in my ssis is to execute a bunch of different SQL statements and sp's and pass output data from one to another. The statements will be executed on different servers.
What is the best way to do this? Use a bunch of ExecuteSQL tasks and create a bunch of variables? I cannto find a good tutorial where it shows how to extract some data from one SQL table and pass it to another SQL call. All I see is flat files, etc. Any tips would be really appreciated
thanks
What I need to do in my ssis is to execute a bunch of different SQL statements and sp's and pass output data from one to another. The statements will be executed on different servers.
What is the best way to do this? Use a bunch of ExecuteSQL tasks and create a bunch of variables? I cannto find a good tutorial where it shows how to extract some data from one SQL table and pass it to another SQL call. All I see is flat files, etc. Any tips would be really appreciated
thanks