Forum Discussion

maahutch's avatar
maahutch
New Contributor
3 years ago

How to ignore duplicate rows when inserting record into table

I'm developing a pipeline to request data from an API and load it into a MS SQL Server table. The first run of the pipeline loaded 50 records to the table, each with a unique 'user_name' value. The t...