My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

sql-dbdiff

Release v0.4

Fourth release (Fixed big Constraints issue!), please head on over to the downloads page to grab it. Check out Spiked Software's Blog to see what's new in the release.

pre-amble

Originally developed here http://opendbiff.codeplex.com/. I'm branching it and making my own version, with some changes. Also, this version has everything in the subversion repository required to run it. No need to install the 3rd party requirements.

sql-dbdiff is an open source database schema comparison tool for MS SQL Server 2005+ (any version). It reports differences between two database schemas and provides a synchronization script to upgrade a database from one to the other.

read: I do not support SQL 2000

Description

sql-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

To Come...

Cleaner UI

Execute Change Script

Powered by Google Project Hosting