SQLComp 1.0.14

dotnet add package SQLComp --version 1.0.14
                    
NuGet\Install-Package SQLComp -Version 1.0.14
                    
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="SQLComp" Version="1.0.14" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SQLComp" Version="1.0.14" />
                    
Directory.Packages.props
<PackageReference Include="SQLComp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SQLComp --version 1.0.14
                    
#r "nuget: SQLComp, 1.0.14"
                    
#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.
#:package SQLComp@1.0.14
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SQLComp&version=1.0.14
                    
Install as a Cake Addin
#tool nuget:?package=SQLComp&version=1.0.14
                    
Install as a Cake Tool

<p align="center"> <img src="https://github.com/user-attachments/assets/b381a38a-9fa3-4622-ba3e-95d356525d01" width="200" height="200" /> </p>

Build and Publish Nuget Nuget GitHub last commit (branch) GitHub commit activity (branch) Static Badge Static Badge Static Badge

SQLComp

This is a simple little dotnet tool to compare tables between two SQL Server databases.

sqlcomp [-t|--target <PATH>] [-o|--output] [-f|--force]
  • -t|--target the target comparison file to use.
  • -o|--output the output SQL patch file.
  • -f|--force if the program should delete an existing patch file.
  • -c|--check do the run with a TOP(10) addition to the query, so you can check if the input file is valid
  • -p|--patchreg a set of regex replacements to perform to the SQL patch file.
    • It is in the format "MATCH;;;REPLACEMENT". Where the first regex is used for capturing data, and the other regex supports substitutions.
  • -r|--retry how many times the tool should retry to fetch data, if something fails.

This can be found as a package on the NuGet Package Manager or be installed by the command:

dotnet tool install SQLComp.CLI
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.0.14 88 2/18/2026