I have an on-prem database that's running on a Virtual Machine (in Azure). The on prem is a local installation of SQL Server 2017 (with a database).
From this database I would like to query another database (also in Azure, but not a VM).
Is it possible?
Elastic queries only seem to work with other instances os Azure SQL server. I'd like to avoid copying data, prefer to query directly if possible even if it takes a longer time. I will not be joining any tables I don't think, I just need lookups.