Share via

Database is disappearing

Bhaskar Kumar Chowdhury 0 Reputation points
2026-02-18T00:52:58.0866667+00:00

Every time I create a table, it stays for a while (as long as 24 hrs), and I see it gets dropped. I get resource not available. Why am I losing the database?

SQL Server Database Engine
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-02-18T00:53:05.8533333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    If you are experiencing issues with a database disappearing or being dropped after a certain period, there are a few potential reasons to consider:

    1. Resource Availability: If the database is hosted on a serverless tier, it may automatically pause or drop if it is not being used or if there are resource constraints. This can lead to temporary unavailability.
    2. Permissions: Ensure that you have the appropriate permissions to create and maintain the database. If your permissions are insufficient, the database may not be retained properly.
    3. Database Configuration: Check the configuration settings for the database, including retention policies and any automated maintenance tasks that might be set to drop databases after a certain period.
    4. Service Health: Monitor the Azure service health dashboard to see if there are any ongoing issues with the SQL Database service that could affect your database's availability.

    If these factors do not resolve the issue, consider reaching out to Azure support for further assistance.


    References:

    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.