摘要: 1,查看连接到‘TestDB2’数据库的连接 select * from master.dbo.sysprocesses where dbid = DB_ID('TestDB2') *查询某个数据库用户的连接情况 sp_who 'sa' 2,查看数据库允许的最大连接 select @@MAX_CON 阅读全文
posted @ 2020-08-29 17:23 mapstar 阅读(646) 评论(0) 推荐(0)