Core component of SQL Server for storing, processing, and securing data
If you are experiencing issues with a database disappearing or being dropped after a certain period, there are a few potential reasons to consider:
- 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.
- 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.
- 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.
- 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: