SQL Database Version Management
SyncDB allows changes to database structure to be published while avoiding data loss and without a complicated deployment process.
A source database structure is analysed and stored in a small data file, this can then be used to against another database on a different server to deploy any changes. It covers changes to tables, indexes, stored procedures and functions.
It has been designed to work with most versions of SQL Server, starting from SQL Server 2000 onwards.