会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
yuanshuo
不积跬步无以至千里
新随笔
管理
2023年10月31日
sqlserver查询数据库状态SQL
摘要: --连接数 SELECT count(0) as ConnectCount from sys.dm_exec_connections --死锁数量 select cntr_value from sys.dm_os_performance_counters where counter_name = '
阅读全文
posted @ 2023-10-31 10:52 博客YS
阅读(118)
评论(0)
推荐(0)
编辑