SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,638 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
HI Expert,
If i want to run pipeline for table1 which has self join with same table and updating flag on created and updated on target table... how this this can be done in ssis
Hi Vineet,
I don't know if you tried writing CTE, this case, I believe you can use SSIS Execute SQL Task.
Case you want to share more details, I can help you...