摘要: 如下语句可以找出当前系统每条运行的SQL语句的平均耗时,并进行排序 SELECT(total_elapsed_time / execution_count)/1000 N'平均时间ms',total_elapsed_time/1000 N'总花费时间ms',total_worker_time/100 阅读全文
posted @ 2020-04-24 13:51 MRO物料采购服务 阅读(529) 评论(0) 推荐(0)