| SQL Compare
is the industry standard tool for comparing and synchronizing
SQL Server database structures and is used by over 50,000
DBAs, developers and testers. It has earned this position
through being widely recognised as a very high quality and
simple piece of software.
SQL Compare is for use in a development environment when
changes made to a local database need to be pushed to a
live database on a remote server. Traditionally, this meant
spending hours trawling through database schemas, hand-generating
migration scripts. SQL Compare will automate this process
for you. It will compare and synchronize all database objects,
including, but not limited to, tables, stored procedures,
views and user-defined functions. SQL Compare does this
fiddly and tedious job properly - for example dependencies
and referential integrity are properly taken into account
and the SQL scripts are of a very high quality.
|