Sql is in pausing state - Sql serverless model

Tushar Goel 20 Reputation points
2025-03-19T10:05:25.34+00:00

Facing issue with the sql server as it's in pause state. Not able to drop or connect or change tier. Any recommendation on what to do.

Azure SQL Database
{count} votes

Accepted answer
  1. Saraswathi Devadula 5,570 Reputation points Microsoft External Staff Moderator
    2025-03-20T09:21:24.8266667+00:00

    Hello Tushar Goel

    Thank you so much for your response.

    I am glad to hear that your database is back online.

    Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others", I'll repost your solution.

    Please click "Accept" the answer as original posters help the community find answers faster by identifying the correct answer.

    Issue: SQL is in pausing state - SQL serverless model

    Resolution: As mentioned earlier, your SQL database went into a paused state due to the UK South region outage. Our internal team mitigated this issue, which is why your database is now back online.

    I hope this has been helpful.

    Your feedback is important so please take a moment to accept answers. If you still have questions, please let us know what is needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A!

    User's image

    Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer about the UK South Region outage.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Shikha Ghildiyal 6,615 Reputation points Microsoft Employee Moderator
    2025-03-19T10:13:41.42+00:00

    Hi Tushar Goel,

    Thanks for reaching out to Microsoft Q&A.

    It could be due to how serverless databases handle idle state and auto-resume. Azure SQL Serverless databases are designed to pause during inactive periods to save costs, but there can be occasional delays in reflecting the online state on the portal, especially if auto-resume behaviour is not fully triggered by low-frequency access patterns.

    Please note that, The following table summarizes distinctions between the serverless compute tier and the provisioned compute tier:

    Compare compute tier Auto-pause troubleshooting: If auto-pausing is enabled and features that block auto-pausing are not used, but a database does not auto-pause after the delay period, then application or user sessions might be preventing auto-pausing.

    To see if there are any application or user sessions currently connected to the database, connect to the database using any client tool, and execute the following query:

    SQLCopy

    SELECT
    

    After running the query, make sure to disconnect from the database. Otherwise, the open session used by the query will prevent auto-pausing.

    • If the result set is nonempty, it indicates that there are sessions currently preventing auto-pausing.
    • If the result set is empty, it is still possible that sessions were open, possibly for a short time, at some point earlier during the auto-pause delay period. To check for activity during the delay period, you can use Auditing for Azure SQL Database and Azure Synapse Analytics and examine audit data for the relevant period

    I assume all are of Pricing Tier General Purpose Serverless and has Auto-Pause Delay set to some time duration creation like below:

    User's image

    Please try to disable Auto-Pause option from Compute+Storage section (uncheck) for the issued Databases as shown below:

    User's image

    Auto-pausing is temporarily prevented during the deployment of some service updates, which require the database be online. In such cases, auto-pausing becomes allowed again once the service update completes.

    The auto-pause delay is a configurable parameter that defines the period of time the database must be inactive before it is automatically paused. The database is automatically resumed when the next sign in or other activity occurs. Alternatively, automatic pausing can be disabled.

    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

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.