How do I force my Database to go Offline, in no regards to what or who is is already using it?
I tried:
ALTER DATABASE database-name SET OFFLINE;
But it's still hanging of 7 min.
I want this because I need to test the scenario.
If it's even possible?