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" />
<PackageReference Include="SQLComp" />
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
#tool nuget:?package=SQLComp&version=1.0.14
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
<p align="center"> <img src="https://github.com/user-attachments/assets/b381a38a-9fa3-4622-ba3e-95d356525d01" width="200" height="200" /> </p>
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|--targetthe target comparison file to use.-o|--outputthe output SQL patch file.-f|--forceif the program should delete an existing patch file.-c|--checkdo the run with aTOP(10)addition to the query, so you can check if the input file is valid-p|--patchrega 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|--retryhow 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 | Versions 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.
-
net10.0
- Microsoft.Data.SqlClient (>= 6.1.4)
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 |