puterkrazy
Programmer
The following should kill all SQL users and allow only a single user:
ALTER DATABASE db
SET SINGLE_USER
For some reason this runs forever and ever and does not seem to stop and I have no idea why.
ALTER DATABASE db
SET MULTI_USER
only takes a second to run.
I need this to work on SQL7 and SLQ8, any help would be greatly appreciated. Or any other ways to kill all users? Thanks!
ALTER DATABASE db
SET SINGLE_USER
For some reason this runs forever and ever and does not seem to stop and I have no idea why.
ALTER DATABASE db
SET MULTI_USER
only takes a second to run.
I need this to work on SQL7 and SLQ8, any help would be greatly appreciated. Or any other ways to kill all users? Thanks!