找到活动的SQL连接,并杀掉它!【MSSQL】 2015/11/14 13531 select db_name(dbid) as [Database Name], count(dbid) as [No Of Connections], loginame as [Login Name] from sys.sysprocesses where dbid > 0 group by dbid, loginame