Info
Version: | 1.3.0 |
Author(s): | Mike Beaton |
Last Update: | Thursday, April 16, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SqlUtils/SqlDataComparison |
NuGet Url: | https://www.nuget.org/packages/SqlUtils.SqlDataComparison |
Install
Install-Package SqlUtils.SqlDataComparison
dotnet add package SqlUtils.SqlDataComparison
paket add SqlUtils.SqlDataComparison
SqlUtils.SqlDataComparison Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Example usage:
* EXEC sp_CompareData 'MyTable', 'RemoteDb..TheirTable'
* EXEC sp_ExportAll 'MyTable', 'RemoteDb..TheirTable'
* EXEC sp_ExportDeleted 'MyTable', 'RemoteDb..TheirTable'
* EXEC sp_ImportChanged 'MyTable', 'RemoteDb..TheirTable', @ids = '43-44'
Supports:
* Column name remapping
* Columns filter
* Automatic primary key based or manual join columns spec
* And more...