Hello -
I'm creating an SSIS Package my end goal is for it to do the following.
1. Execute a store procedure (Source) on SQL Server A: were the results will go into a temp table on that (Source) SQL Server A:
then
2. Load the results of that temp table into a table on a (Destination) SQL Server B:
I tried a Data Flow Task with OLEDB Source within it but cannot define the Columns. Any insigt on what I can do to reach my end goal would be greatly appreciated.
Regards,
David