摘要: 查询CPU耗时 SELECT TOP 20 total_worker_time/1000 AS [总消耗CPU 时间(ms)],execution_count [运行次数], qs.total_worker_time/qs.execution_count/1000 AS [平均消耗CPU 时间(ms 阅读全文
posted @ 2023-08-22 11:03 二两也逍遥 阅读(27) 评论(0) 推荐(0)