Frankg

What is SQL Delta

SQL Delta compares the schema of two Microsoft SQL Server databases and quickly locates the differences in tables, views, stored procedures or any other object in the database. SQL Delta also searches for data differences between the two databases. You can compare whole tables or drill down to select specific columns within a table and even filter the column data for a more fine grained comparison.

SQL Delta synchronizes the schema and data so you can update a production database to match a development database with the press of a few buttons. You no longer need to manually script those changes and better still by using SQL Delta you won\'t miss that critical last minute change that was added to your development database, ensuring your applications don\'t fail due to a missing database structure element.


SQL Delta.JPG


Download:
http://support.sqldelta.com/

分类:

技术点:

相关文章: