Env: SQL Server 2008 R2
We have two SQL Databases used by two different applications.We need to synchronize some of data between these databases.Both the databases are in Read/Write mode and database structure may be different at source and destination. Records should be synchronized as soon as any DML statement is fired on any of the database. What are the tools/techniques available to achieve this.
Thank