Hi @P Christel
It sounds like you're having some trouble with the auto-pause feature on your Serverless database. Here are a few things you can check:
Connections: Even if SSMS is closed, ensure there are no lingering connections. Sometimes, background processes or applications might still maintain a connection to the database.
Database Activity: Verify if there are any scheduled jobs, integrations, or functionalities (like Azure Functions or Logic Apps) that may be interacting with your database, which could prevent it from auto-pause and might not show up as active queries.
Resource Configuration: Check your database's serverless configuration settings. Make sure everything is set up correctly according to the best practices for enabling auto-pause.
Diagnostic Logs: Look into your Azure SQL Database diagnostic logs, which can provide insights into what's keeping the database active.
Manual Pause Issues: If you're unable to manually pause the database, check for any error messages that might provide more context into the issue.
If all these checks are clear and the issue persists, it might be worth reaching out to Azure support for more in-depth troubleshooting.
Hope this information helps you resolve the issue!
Reference:
Let me know if you need more assistance!