Skip to content

[FEATURE REQUEST] Support for UPSERT operations using BulkCopy #1101

Open
@pkgajulapalli

Description

@pkgajulapalli

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

No one assigned

    Labels

    EnhancementAn enhancement to the driver. Lower priority than bugs.

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions