17
- Microsoft Orchestrator
- T-SQL make a database single user and also cut off other sessions so you can drop it
ALTER DATABASE <DB NANME HERE> SET SINGLE_USER WITH ROLLBACK IMMEDIATE;
ALTER DATABASE <DB NANME HERE> SET SINGLE_USER WITH ROLLBACK IMMEDIATE;