In my organization we use both MS SQL and MySQL.
Some data will be in MS SQL and some will be in MySQL.
We wan to sync the required table fields from MySQL to MS SQL and vise versa when every there is an update/insert/delete of record on specified field on MySQL.
And sechudled sync from MySQL to MS SQL.
how can i fullfill my requirements.
Some data will be in MS SQL and some will be in MySQL.
We wan to sync the required table fields from MySQL to MS SQL and vise versa when every there is an update/insert/delete of record on specified field on MySQL.
And sechudled sync from MySQL to MS SQL.
how can i fullfill my requirements.