Description of MS SQL Sync Toolkit :
MS SQL Sync Toolkit is a wonderful tool which you can use to compare and synchronize thestructure and contents of SQL Server databases. This is useful in a development environmentwhen changes made to a local database need to be cloned to a database on a remote server.Recently this meant spending hours trawling through database schema, hand-generatingmigration scripts. Now MS SQL Sync Toolkit will automate this process for you. It will compareand synchronize database objects, including tables, stored procedures, views and contents ofselected tables. Program can make a snapshot of a local database. Then snapshot could besend to DBA of remote server, and program make synchronization of databases on a remoteserver automatically.