I have a project which requires integration between 2 databases. One is hosted in server1 and using MSSQL Server, and one is hosted in Server2 and using MySQL.
I need to update the table of Customer in MySQL database on frequent basis (twice per day) from the “Customers” table in the MSSQL Server; noting that the table in MSSQL Server includes Arabic text.
How does I achieve this?