摘要: --执行最慢的SQL语句SELECT (total_elapsed_time / execution_count)/1000 N'平均时间ms' ,total_elapsed_time/1000 N'总花费时间ms' ,total_worker_time/1000 N'所用的CPU总时间ms' ,t 阅读全文
posted @ 2018-04-21 15:50 柒月风华 阅读(169) 评论(0) 推荐(0) 编辑