1

In Azure managed instance: I have deleted database from SSMS using GUI and it showed success message as well. The deleted database does not show under Azure Portal as well

When reconnecting to the managed instance using SSMS, the database name shows in Object Explorer and not able to delete to do any activity with the same. Only name showing up with out any entries under it.

Can someone please assist with this.

Regards, Kapil Jiri

jarlh
  • 42,561
  • 8
  • 45
  • 63
Kapil J
  • 11
  • 1

1 Answers1

0

Looks like a candidate for opening support case. You might also try this PowerShell cmdlet to see if it shows your database.

If yes, you could try to delete it using the following cmdlet.

Still, I would strongly advise opening the case with Msft to fix it permanently if there is something to fix.