seancorfield / next-jdbc

A modern low-level Clojure wrapper for JDBC-based access to databases.
https://cljdoc.org/d/com.github.seancorfield/next.jdbc/
Eclipse Public License 1.0
755 stars 90 forks source link

Document MS SQL :useBulkCopyForBatchInsert #216

Closed danskarda closed 2 years ago

danskarda commented 2 years ago

Hi Sean, thank you for your work on Clojure next-jdbc library (and many others :) In this pull request I document MS SQL settings for fast bulk copy API for batch insert operations.

Best, Dan

seancorfield commented 2 years ago

Thank you!