Skip to content

No database insert triggers are executed for bulk inserts #101

@Webastian

Description

@Webastian

By default, no insert triggers are triggered in the MS Sql Server for bulk inserts.

This must be explicitly specified when executing a bulk insert. In C# this works by passing "SqlBulkCopyOptions.FireTriggers" in SqlBulkCopy. Is there a way to do the same here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions