SQLComp.CLI 1.0.14

dotnet tool install --global SQLComp.CLI --version 1.0.14
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local SQLComp.CLI --version 1.0.14
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=SQLComp.CLI&version=1.0.14
                    
nuke :add-package SQLComp.CLI --version 1.0.14
                    

<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 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. You can either use this as a package or a CLI tool.

Package

You can find the package at the NuGet Package Manager

CLI Tool

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.

This package has no dependencies.

Version Downloads Last Updated
1.0.14 69 2/18/2026
1.0.13 73 2/18/2026
1.0.12 72 2/17/2026
1.0.11 74 2/17/2026
1.0.10 65 2/17/2026
1.0.9 73 2/17/2026
1.0.8 78 2/17/2026
1.0.7 76 2/17/2026
1.0.6 72 2/17/2026
1.0.5 67 2/17/2026
1.0.4 71 2/17/2026
1.0.3 68 2/17/2026
1.0.2 72 2/17/2026
1.0.1 78 2/17/2026