Cannot get exclusive access to database even when in Single User mode
I cannot get exlusive access to my SQL Server database even when I run the code below in Management Studio as a query. I have never experienced this problem of it STILL not letting me in after single-user mode. What could possibly be wrong?
ALTER DATABASE CRM SET SINGLE_USER WITHROLLBACK IMMEDIATE