摘要: 查看sql server 数据库连接数 连到master这个数据库写如下语句 select * from sysprocesses where dbid in (select dbid from sysdatabases where name='iChaoShi1') 将所以连接iChaoShi1这个数据库的连接记录都求出来。 sysprocesses这个表记录所以连接到SQL SERVER数据... 阅读全文
posted @ 2006-06-02 15:35 海潮的博客 阅读(1049) 评论(1) 推荐(0) 编辑