MightyOrm.SqlDataComparison
1.0.1
See the version list below for details.
Requires NuGet 3.3.0 or higher.
dotnet add package MightyOrm.SqlDataComparison --version 1.0.1
NuGet\Install-Package MightyOrm.SqlDataComparison -Version 1.0.1
<PackageReference Include="MightyOrm.SqlDataComparison" Version="1.0.1" />
paket add MightyOrm.SqlDataComparison --version 1.0.1
#r "nuget: MightyOrm.SqlDataComparison, 1.0.1"
// Install MightyOrm.SqlDataComparison as a Cake Addin #addin nuget:?package=MightyOrm.SqlDataComparison&version=1.0.1 // Install MightyOrm.SqlDataComparison as a Cake Tool #tool nuget:?package=MightyOrm.SqlDataComparison&version=1.0.1
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_ExportDeleted '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.