查看SQLServer最耗资源时间的SQL语句 sql数据库 • 8年前 (2017-06-10) 执行最慢的SQL语句 SELECT (total_elapsed_time / execution_count)/1000 N'平均时间ms' ,total_elapsed_time/1000 N'总花费时间ms' ,total_worker_time/1000 N'所用的C... 阅读 3,279 次 sqlSQLServer