Hey,
With your current ask that in case if the data is no longer in source but used to come earlier and you no longer need it, the only way based on direct copy activity usage wod be to do truncate insert only. Since in case of upsert, data would either be inserted or updated but deletee record in source would always remain active in destination
Copy activity - truncate and insert vs upsert
Trystan Mortimer
31
Reputation points
Assuming I do not need any data which may be removed from my source dataset, what is more efficient?
- Truncate a table and reinsert all data
- Do not truncate and use upsert
Thanks
1 answer
Sort by: Most helpful
-
Nandan Hegde 27,241 Reputation points MVP
2022-10-20T17:38:24.967+00:00