An Azure relational database service.
Hi Active Nights Out,
It sounds like you're in a tricky situation with your Azure SQL Database due to your subscription being disabled. Unfortunately, without a valid subscription, access to the database and export features will be restricted, leading to the "login failed" errors you're experiencing.
Here are some ideas on what you can do to approach this situation:
- Check Subscription Status: If possible, contact Azure Support to see if there's a way to reactivate or recover your subscription. Getting your subscription back up may allow you to access your SQL Database again.
- Export via SQLPackage: If your subscription is reactivated and you regain access, you can export your database using the SQLPackage utility. This tool has options for exporting databases and may give you more control than the portal or SSMS. Ensure you run it from a machine with enough local disk space, as exporting can require up to three times the size of your database.
- Backup in Azure Portal: If you regain access to the portal, follow these steps to export:
- Log in to the Azure portal.
- Go to your SQL server and select the database.
- Click on Export, provide the necessary details, and initiate the process.
- Service Bus Connections: If you had configured service bus connections, check if any actions can be taken without direct database access to mitigate losses or backups.
Unfortunately, if the subscription remains disabled, your ability to export or recover the data might be limited. In that case, reaching out to Azure support might be necessary to explore any potential recovery options or gaining temporary access.
Follow-Up Questions:
To get a clearer path forward, can you provide more details on the following?
- What caused your subscription to be disabled? Was it related to payment or another issue?
- Have you contacted Azure Support regarding your subscription status?
- Are there specific data or tables that are a priority for you to recover?
References:
- How to Manually Backup an Azure SQL Database
- Using SQLPackage to Import or Export SQL Server and Azure SQL DB
- Export to a BACPAC file - Azure SQL Database and Azure SQL Managed Instance
Hope this helps, and feel free to ask if you have any other questions!