In SSIS SQL task, how do I join tables from the source and destination databases in SQL select statement that can either insert values or update existing rows in a destination database (UPSERT)? Would like to avoid using a linked servers and foreach loop?
↧