I want to connect other SQL Databases like SQL Server, MySQL, Oracle on Azure SQL Database. I have found that there is one functionality Elastic Query but using that we can connect to another Azure SQL Databases only.
Is there any way we can achieve this?
For SQL Server, Linked Servers are there. It is working fine. But I need same thing for Azure SQL Servers also.
Thanks in advance.