hi,
i have two tables ,
product
productid size quantity
1 24 4
2 34 5
3 32 6
productdetail
productid name
1 phone
2 tablet
3 pen
i need to insert data into third table which is in another server
product_final
productid size quantity name
1 24 4 phone
how to do using ssis.i dont need to do using execute sql task, as the third table is in another server
any other idea