A library for Bulk Inserts to SQL Server using SqlBulkCopy.
Info
Version: | 1.0.0 |
Author(s): | Philipp Wagner |
Last Update: | Saturday, May 5, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/bytefish/SqlServerBulkInsert |
NuGet Url: | https://www.nuget.org/packages/SqlServerBulkInsert |
Install
Install-Package SqlServerBulkInsert
dotnet add package SqlServerBulkInsert
paket add SqlServerBulkInsert
SqlServerBulkInsert Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Data.Common(>= 4.3.0)
- System.Data.SqlClient(>= 4.4.3)
Tags