Azure SQL Database Elastic Query Preview

Philipp Meier 20 Reputation points
2025-05-27T11:20:56.9466667+00:00

Hi,

I got pretty much the same questions that were asked on reddit:

Azure SQL Database elasitc query (2025) - still in preview?

Is it safe to use "elastic queries" / cross-database queries with Azure SQL Databases in production environments in 2025, although the functionality is still in preview, if the currently described limitations aren't a problem?

Or do we have to worry that this functionality will be (entirely) dropped in the future in favor of another approach?

Is there an official statement regarding this topic?

Thanks in advance!

Azure SQL Database
{count} votes

Accepted answer
  1. Shraddha Pore 450 Reputation points Microsoft External Staff Moderator
    2025-06-02T16:52:13.9933333+00:00

    Hi Philipp Meier, Thank you so much for your query I truly appreciate you asking. I agree with the points mentioned above, and would like to add a few additional considerations below

    As of mid-2025, the Elastic Query feature in Azure SQL Database remains in Preview status a designation it has held for several years. This document summarizes the current state of the feature, assesses its long-term viability, and outlines key considerations for teams planning to use it in production environments.

    • Feature Overview: Elastic Query enables read-only, cross-database querying between Azure SQL Databases. It has been useful in reporting and analytics use cases where data is distributed across multiple databases.
    • However, the feature has limitations:
      • Only SELECT operations are supported.
      • Does not support Azure Managed Identity.
      • Requires public network access; private endpoints are not supported.
      • Limited LOB data type support (only nvarchar(max)).
      • No ability to join external tables across elastic pools.
    • Current Status: Despite its usefulness, Elastic Query has not progressed beyond Preview Still officially marked as a Preview feature in Microsoft's documentation. No official GA (General Availability) timeline has been provided by Microsoft. No recent improvements or roadmap disclosures have been made publicly available. Support is limited, and the feature is excluded from Azure service SLAs. Microsoft representatives have acknowledged that Elastic Query remains in preview without a confirmed GA date.
    • Future Outlook: The extended preview period and lack of roadmap updates raise legitimate questions about Microsoft's long-term plans for this feature. While there is no official deprecation notice, several indicators suggest that Elastic Query may no longer be a strategic focus. There have been no significant updates to the feature for several years.
    • Microsoft has promoted alternative services for cross-database and federated queries:
      • Azure SQL Managed Instance (MI) - Supports native cross-database joins with full GA status.
      • Azure Synapse Analytics (Serverless SQL Pools) - Offers data virtualization across multiple sources.
      • Azure Data Factory / Azure Fabric Pipelines - Used for federated data movement and integration.
      You can refer this Documentation Also, this Documentation

    Kindly consider Upvoting the Answer if the information provided is helpful. This can assist other community members in resolving similar issues

    1 person found this answer helpful.

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.