摘要: SELECT (total_elapsed_time / execution_count)/1000 N'平均时间ms' ,total_elapsed_time/1000 N'总花费时间ms' ,total_worker_time/1000 N'所用的CPU总时间ms' ,total_physica 阅读全文
posted @ 2017-03-10 15:48 思路决定出路 阅读(343) 评论(0) 推荐(0) 编辑