For a SSIS, i have to transfer data from a server to another but on the final destination, i have a column like ID. For determinate the new ID of each row, i have to execute a stored procedure on the final server.
Is-it possible to do that in DataFlow and avoid the Foreach Loop in ControlFlow ?
Regards, Guillaume.