I am trying to drop and restore a database via a script activity in Data Factory.
Drop database activity in Data Factory runs forever, hours. Database shows up in SSMS, refreshing, reconnecting, restarting, DB still appears. In the portal for SQL Managed Instance, the Dropped Database is no longer showing.
So neither SSMS nor Data Factory get to find out that the database has been successfully dropped.
Anyone getting a similar issue?
I tried to drop the database, the database gets dropped, but you only know this if you look at the database on SQL MI in the portal. Both SSMS nor Data Factory knows. As such the Data Factory pipeline never moves on to the next activity, which is the restore activity.