Open
Description
Support for UPSERT operations using BulkCopy
As of now we can bulk copy data from one db system to sql server. But in this approach, the process fails if a primary key constraint is violated. There is no option to implement upsert kind of operation in the current setup.
Preferred solution
It would be cool if the SQLServerBulkCopyOptions
has a parameter like updateIfExists
. Using this parameter, users can choose whether to fail the bulk copy or proceed with updating the rows.
Metadata
Metadata
Assignees
Type
Projects
Status
Backlog