I dropped an SQL Database on Managed Instance by using SSMS. I dont see the db on Azure but the space was not released. And, I still see the DB on SSMS. How can I complete the drop db ?

Mehmet Goktas 0 Reputation points
2023-02-24T17:24:21.83+00:00

I dropped an SQL Database on Managed Instance by using SSMS. I dont see the db on Azure but the space was not released. And, I still see the DB on SSMS. How can I complete the drop db ?

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. Alberto Morillo 34,671 Reputation points MVP Volunteer Moderator
    2023-02-24T19:43:27.3233333+00:00

    The recommended action provided by a Microsoft Employee on StackOverflow is to verify the database is listed if you execute this PowerShell cmdlet and if you see the database listed on the result of the PowerShell cmdlet, then use this other PowerShell cmdlet to remove the database.

    If after some hours you still see the database with SSMS or with PowerShell, then please create an Azure support ticket


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.