MightyOrm.SqlDataComparison 1.2.3

dotnet add package MightyOrm.SqlDataComparison --version 1.2.3
NuGet\Install-Package MightyOrm.SqlDataComparison -Version 1.2.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MightyOrm.SqlDataComparison" Version="1.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MightyOrm.SqlDataComparison --version 1.2.3
#r "nuget: MightyOrm.SqlDataComparison, 1.2.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MightyOrm.SqlDataComparison as a Cake Addin
#addin nuget:?package=MightyOrm.SqlDataComparison&version=1.2.3

// Install MightyOrm.SqlDataComparison as a Cake Tool
#tool nuget:?package=MightyOrm.SqlDataComparison&version=1.2.3

*** This project has moved to SqlUtils.SqlDataComparison ***

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...

There are no supported framework assets in this package.

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.2.3 515 4/29/2020
1.2.2 477 4/16/2020
1.2.1 444 4/16/2020
1.2.0 415 4/15/2020
1.0.3 448 4/13/2020
1.0.2 544 4/11/2020
1.0.1 467 4/10/2020