faraoman / OpenDBDiff

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:GNU General Public License v2.0


Languages

Language:C# 99.9%Language:TSQL 0.1%