File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 22
33This .NET library aims to simplify two common workflows that copy table data between SQL Server databases.
44
5+ [ ![ CI] ( https://github.com/stevekirks/sql-bulk-copy-merge/actions/workflows/ci.yml/badge.svg )] ( https://github.com/stevekirks/sql-bulk-copy-merge/actions/workflows/ci.yml )
6+ [ ![ NuGet Version] ( http://img.shields.io/nuget/v/SqlBulkCopyMerge.svg?style=flat )] ( https://www.nuget.org/packages/SqlBulkCopyMerge/ )
7+
58## Workflows
69This library has the following workflows.
710
@@ -61,4 +64,4 @@ Target database connection requires READER + WRITER + CREATE TABLE + EXECUTE per
6164
6265Tested on SQL Server 2019.
6366
64- Spatial types (Geometry, Geography) are unsupported because SQLBulkCopy does not support them. The library ignores unsupported columns.
67+ Spatial types (Geometry, Geography) are unsupported because SQLBulkCopy does not support them. The library ignores unsupported columns.
You can’t perform that action at this time.
0 commit comments