Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/goenning/sql-bulk-merge

Simple Bulk Merge for SQL Server with C#
https://github.com/goenning/sql-bulk-merge

Last synced: 2 months ago
JSON representation

Simple Bulk Merge for SQL Server with C#

Awesome Lists containing this project

README

        

SQL Bulk Merge
===========

Loading...

TO DO:
- More tests
- Refactor code
- Statistics should be optional
- Fluent API
- read keys from target table
- only update if any field has changed
- transaction support
- HOLDLOCK?