摘要: 查询语句执行效率 SELECT top 100 (total_elapsed_time / execution_count)/1000 N'平均时间ms' ,total_elapsed_time/1000 N'总花费时间ms' ,total_worker_time/1000 N'所用的CPU总时间m 阅读全文
posted @ 2020-04-20 14:31 虔城墨客 阅读(189) 评论(0) 推荐(0) 编辑