Elastic Database queries

Prakash M, Bhanu 211 Reputation points
2022-06-15T11:46:18.52+00:00

Will I be able to use Elastic Queries from Paas DB and SQL VM DB. Since these two databases were at onprem used to connect with Linked server.

Now two databases are migrated Azure SQL VM and another one is Azure SQL Single DB.

Azure SQL Database
0 comments No comments
{count} vote

Accepted answer
  1. Alberto Morillo 34,356 Reputation points MVP
    2022-06-15T12:14:18.513+00:00

    Elastic database queries you will have it available on Azure SQL Database as a way to perform cross-database queries with Azure SQL Databases only, you cannot get databases managed by SQL Server instances involve in elastic queries. On SQL Server VM (Azure and on-premises) you can perform cross database queries as usual, and you can get Azure SQL databases involved by using linked servers to Azure SQL database.

    You will be able to perform cross database queries on the Azure SQL VM that involve the other database migrated to Azure SQL by creating linked server to Azure SQL. However, you won't be able to perform elastic queries on Azure SQL with the databases you will have on the Azure SQL VM.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.