Friday, February 13, 2015

SQL Server How to Drop Connections

ALTER DATABASE dbname
 SET SINGLE_USER WITH ROLLBACK IMMEDIATE
GO

ALTER DATABASE dbname
 SET MULTI_USER
GO

No comments:

VPN Speed vs Security Tradeoffs: An In-Depth Analysis for US Business Decision-Makers

VPN Speed vs Security Tradeoffs Understanding VPN Basics What is a VPN? A Virtual Private Network (VPN) is a technology that creates...