会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
无为
碌碌无为过一生
博客园
首页
新随笔
联系
订阅
管理
2006年6月2日
查看sql server 数据库连接数
摘要: 查看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)
编辑
公告