Hi there,
I have got two databases with same schema. I would like to achieve something like this.
Step1. Transfer data from ProductTable(s) to ProductTable(d) where ProductID of ProductTable(s) = x
Step2. Transfer data from OrderTable(s) to OrderTable(d) where ProductID of OrderTable(s) = x
Can I achieve this using SSIS?