11 skills found
olegil / SqlBulkToolsHigh-performance C# Bulk operations for SQL Server (starting from 2008) and Azure SQL Database. Supports Bulk Insert, Update, Delete & Merge. Uses SQLBulkCopy under the hood. Please leave a Github star if you find this project useful.
WCOMAB / SqlBulkSyncWCOM SQL Bulk Sync is a lightweight, performant non-intrusive SQL Server data sync tool.
cajuncoding / SqlBulkHelpersLightweight library for working with high performance bulk updates & materialized data in SQL Server with support for Identity columns, Annotations, Materialization from disparate systems, etc.
aidforwork / PaperSource.EF.SqlBulkCopyThe source code demonstrating the EF and SqlBulkCopy performance in Insert/Update scenarios.
dezfowler / SqlBulkUpsertWrapper around SqlBulkCopy for upserting multiple rows and retrieving their identities.
brettwerner / SqlBulkCopySQL Bulk Copy is a .NET wrapper for the ODBC Bulk Copy API.
ShalithaCell / MySQLBulk Insert UpdateImprove MySQL bulk data insert and update
nuitsjp / SqlBulkCopierNo description available
gbachs / SqlBulkInsert.HelperC# Library to allow for a streamlined way of using Objects to bulk insert large amounts of data into a MSSQL or PostgreSQL database.
colindcli / ExecuteSqlBulkBulk Insert/Update/Delete for Sqlserver
Wimmen / SqlBulkCopyListReaderAn IDataReader implementation for IEnumerable<T> for use in SqlBulkCopy class