SimplySql icon indicating copy to clipboard operation
SimplySql copied to clipboard

MSSQL Bulk Copy with existing transaction fails

Open mithrandyr opened this issue 4 years ago • 0 comments

If there is an existing transaction (with the MSSQL provider) and invoke-sqlbulkcopy is used, an error is thrown because the bulkcopy class is not expecting this.

Suggestion: modify the code to check for an existing transaction and use it if it exists.

mithrandyr avatar Feb 16 '21 15:02 mithrandyr