SQLServer查看正在执行的SQL语句的方法

SELECT TOP 50  (total_logical_reads + total_logical_writes) AS total_logical_io,  (total_logical_reads / execution_count) AS avg_logical_reads, (total_logical_writes / execution_count) AS avg_logical_
相关文章
相关标签/搜索