Skip to content

OpenDBDiff/OpenDBDiff

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

* Converted csproj to SDK format. Upgraded console app to net6.0. Upgrade abstractions to netstandard 2.0. Upgrade full framework projects to 4.7.2.

* Updated to read new issue URI from appsettings.json.

* Revert to minimal project files using Microsoft.Data.SqlClient

* Remove DEBUG SETTINGS and other cleanup.

---------

Co-authored-by: Havagan <git@havagan.com>
3d90e41

Git stats

Files

Permalink
Failed to load latest commit information.

OpenDBDiff

A database comparison tool for Microsoft SQL Server 2005+ that reports schema differences and creates a synchronization script.

Build status

💾 Download latest release

💾 Download develop CI build

Open DBDiff can synchronize

  • Tables (including Table Options like vardecimal, text in row, etc.)
  • Columns (including Computed Columns, XML options, Identities, etc.)
  • Constraints
  • Indexes (and XML Indexes)
  • XML Schemas
  • Table Types
  • User Data Types (UDT)
  • CLR Objects (Assemblies, CLR-UDT, CLR-Store Procedure, CLR-Triggers)
  • Triggers (including DDL Triggers)
  • Synonyms
  • Schemas
  • File groups
  • Views
  • Functions
  • Store Procedures
  • Partition Functions/Schemes
  • Users
  • Roles

image image

Icons provided from http://www.fatcow.com/free-icons under under a Creative Commons Attribution 3.0 License.

About

A database comparison tool for Microsoft SQL Server 2005+ that reports schema differences and creates a synchronization script.

Resources

License

Stars

Watchers

Forks

Packages

No packages published