Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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#
- Host: GitHub
- URL: https://github.com/goenning/sql-bulk-merge
- Owner: goenning
- License: mit
- Created: 2014-08-11T23:54:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-12T23:07:47.000Z (over 10 years ago)
- Last Synced: 2024-10-10T05:37:29.950Z (3 months ago)
- Language: C#
- Size: 133 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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?