Using BulkInsert - adamfoneil/SqlServerUtil GitHub Wiki

The BulkInsert static class offers methods to copy rows quickly, unchanged, from one connection to another. You can also use it to within a single connection to save records from a DataTable. It works by building a multi-valued SQL INSERT statement from selected rows of a DataTable. There are actually a bunch of overloads listed below:

Reference

⚠️ **GitHub.com Fallback** ⚠️