Share via

SQL Elastic Pools Not Responding - Timeout error / unable to access table via SQL Management Studio

Grant Jaquest 20 Reputation points
2026-05-13T09:57:45.3633333+00:00

Hi

We have a number of SQL pools that are having access issues.

As you can see from the Resource utilization chart there are periods of missing "tracking" :

User's image

Grant

******@brightlogic.co.uk

Azure SQL Database

1 answer

Sort by: Most helpful
  1. Alex Burlachenko 21,805 Reputation points MVP Volunteer Moderator
    2026-05-29T10:46:26.3633333+00:00

    hi Grant Jaquest & thanks for join me here at Q&A portal,

    the missing metric points in the chart are a red flag. If several elastic pools become unreachable at the same time and Azure Monitor has gaps, treat it as possible Azure SQL platform or regional issue first, not just SSMS. Look at Azure Service Health for the SQL region and open a support case with the exact UTC time window. Include the screenshot, server names, elastic pool names, database names, timeout errors and Activity Log entries.

    For pool-side checks, look at CPU, Data IO, Log IO, workers, sessions and DTU or vCore utilization. Actually Azure SQL elastic pool metrics are documented https://learn.microsoft.com/en-us/azure/azure-sql/database/monitoring-metrics-alerts?view=azuresql

    Elastic pools share CPU, memory, workers, storage and tempdb, so one noisy database can affect others in the same pool https://learn.microsoft.com/en-us/azure/azure-sql/database/elastic-pool-resource-management?view=azuresql

    If only SSMS is timing out but apps still work, increase connection timeout and test from another network. If apps and SSMS both fail, and metrics have gaps, escalate as Azure SQL availability or telemetry issue.

    https://learn.microsoft.com/en-us/azure/azure-sql/database/troubleshoot-common-errors-issues?view=azuresql

    I guess it is missing monitoring data plus timeouts across multiple pools needs Microsoft backend review. Gather timestamps and correlation data before the evidence rolls off

    rgds,

    Alex

    &

    If my answer was helpful pls mark it and additional thx if u follow me at Q&A portal
    

    Was this answer helpful?

    0 comments No comments

Your answer

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