Hi,
I'm implementing a SSIS 2014-2016 pkg in order to read data from a SQL Server table, apply some data elaborations and finally to write the resulting rows into a SQL Server table.
I think to organize my pkg with some data flow task. The first one should have the data reading from the SQL Server source table and the data writing on a Recordset destination. In the second data flow task, I should read data from the Recordset destination in order to get other data from other tables.
Is this the right solution approach? In particular, is it right using a Recordset to complete with some data flow tasks?
Thanks