Skip to content

Releases: DataJuggler/DBCompare

DB Compare 8.0.0

15 Nov 15:48
Compare
Choose a tag to compare

This project has been updated to .NET 8.

Compare two instances of a SQL Server database and review a report of any schema differences.

Microsoft.Data.SqlClient 5.1.2 is used, so your connection strings must have Encrypt=False unless your connections are encrypted.
If you build your connection string with DB Compare's Connection Builder, everything should work.

This version has made a few improvements in the Generate Scripts to correct the schema differences. The Generate Scripts is still a work in progress, but will probably save you a lot of time in keeping Test, Dev and Production servers in sync is what I use it for.

If you have any problems, please create an issue and will try and solve it as soon as possible.

DB Compare 7.0.2

20 Oct 02:56
Compare
Choose a tag to compare

I was finally able to fix a bug with the installed version not working for .NET 7 due to Microsoft.Data.SqlClient was listing as not found, even though it worked in Visual Studio.

This version has made a few improvements in the Generate Scripts to correct the schema differences. The Generate Scripts is still a work in progress, but will probably save you a lot of time in keeping Test, Dev and Production servers in sync is what I use it for.

If you have any problems, please create an issue and will try and solve it as soon as possible.

DB Compare version 6.2.3

05 Feb 07:48
Compare
Choose a tag to compare

I just found out about Git Hub releases. I can take the download link off of my site.

This release will install DB Compare on your computer. Enter or create two connection strings and create the Compare button.