Hi,
I've got a table in SQL Server that has a primary key that I've built using an Alteryx workflow that pulls hourly reports from a share drive. Right now it's set up so that it will only append new records that aren't currently in the table. How can I modify the workflow such that it will identify duplicate values, delete the existing ones in the SQL Server table, and insert the most recent records from the new hourly report?
Any advice would be greatly appreciated!
Thanks!!