Stuart
10/30/2018 - 1:55 AM

How to get database out of single user

EXEC sp_who
 
KILL {spid}
 
USE Master
ALTER DATABASE {DatabaseName} SET MULTI_USER