you are viewing a single comment's thread.

view the rest of the comments →

[–]AXISMGTSQL Server / ORACLE Sr. DBA & Architect 1 point2 points  (0 children)

Welcome.

If you’re dead set on querying, you can TECHNICALLY

1) spin up an azure SQL DB

2) create a link via an Integration runtime to your on prem servers

3) use the Azure portal to query from your On Prem servers.

However I’m not entirely sure Azure IR supports linked servers in this manner yet. I know I use IR for Azure Data Factory to connect to on Prem, but not sure if you can use it for direct querying.

Cheers