Hi Jacob,
Can mysql connect to sql server ? i.e. connection from mysql to sql server..(not other way)
my senario is on insertion/updation of a table in mysql , I need to insert/update a table in sql server...
Thanks, Satyajit
Submitted under: Microsoft SQL Server · MYSQL · · ·
I am not sure there is a native way to do this. However, I would suggest using an ETL framework such as SSIS to accomplish this type of requirements.