Reported by @leedavi on a different issue. --- I also noticed your drop database was not using `SINGLE_USER`, might be an idea to do that. ```csharp $"ALTER DATABASE [{this.dbName}] SET SINGLE_USER WITH ROLLBACK IMMEDIATE;DROP DATABASE [{this.dbName}] END"; ```
Reported by @leedavi on a different issue.
I also noticed your drop database was not using
SINGLE_USER, might be an idea to do that.