SqlUtils.SqlDataComparison
1.3.0
dotnet add package SqlUtils.SqlDataComparison --version 1.3.0
NuGet\Install-Package SqlUtils.SqlDataComparison -Version 1.3.0
<PackageReference Include="SqlUtils.SqlDataComparison" Version="1.3.0" />
paket add SqlUtils.SqlDataComparison --version 1.3.0
#r "nuget: SqlUtils.SqlDataComparison, 1.3.0"
// Install SqlUtils.SqlDataComparison as a Cake Addin #addin nuget:?package=SqlUtils.SqlDataComparison&version=1.3.0 // Install SqlUtils.SqlDataComparison as a Cake Tool #tool nuget:?package=SqlUtils.SqlDataComparison&version=1.3.0
Pure SQL data comparison and reconciliation utility for SQL Server
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...
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.3.0 | 853 | 4/16/2020 |