How do I query a MySQL DB from Azure MS SQL Database. In my Old environment (SQL 2008) I do it via Linked server, but Linked servers not available in Azure SQL
I need to keep 2 tables in Sync that exists in both DB's (MySQL running Website, and MS SQL running Backed processing)
Please help
Deon
:)