Skip to content

Commit 164f893

Browse files
authored
Update README.md
1 parent 0d22bed commit 164f893

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
:bullettrain_side: Command line tool, to bulk copy data between a source an destination SQL server.
66

77
When you need to move data between 2 SQL server instances you can do this with [SqlBulkCopy](https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlbulkcopy). These tool eliminates the coding and allows for passing in the arguments to copy the data between the 2 servers.
8+
9+
![CI](https://github.com/pregress/SqlServerBulkCopyTool/workflows/CI/badge.svg)
810
![Release](https://github.com/pregress/SqlServerBulkCopyTool/workflows/Release/badge.svg)
911

1012
## Required arguments

0 commit comments

Comments
 (0)