Skip to content

Utility to compare data in MS Sql Server tables and generate a migration script

Notifications You must be signed in to change notification settings

MichaelSL/sqldatadiff

Repository files navigation

SqlDataDiff

Build status

Utility to compare data in MS Sql Server tables and generate a migration script. The script applied to source table updates data to be the same like in target table.

Pre requisites

.Net Core

Usage

dotnet SqlDataDiff.dll difftables <source table name> <target table name> -s "<source db connection string>" -t "<target db connection string>" -o diff.sql

About

Utility to compare data in MS Sql Server tables and generate a migration script

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published