vlambda博客
学习文章列表

MSSQLServer查询数据库实例的所有连接

可以通过以下语句查看当前sqlserver的连接情况

select * from master.dbo.sysprocesses where dbid = DB_ID('数据库名')  

效果如下图: