I want to setup a bidirectional sync between local tables in SQL Server database and remote tables in MySQL database.
After many search, I find two ways:
1- Microsoft Sync Frameworke, but you must implement you own custom provider.
2- using SSIS and linked server as you can find [here]:Sync Framework: Oracle/SQLServer
By using the second solution, I succeeded just in doing the synchronization in one direction.
Can someone help me doing the bidirectional sync ?