标签:SQLSERVER 执行过的语句查询

SQLSERVER 执行过的语句查询

SELECT TOP 30000total_worker_time/1000 AS [总消耗CPU 时间(ms)],execution_count [运行次数],qs.total_worker_time/qs.execution_count/1000 AS [平均消耗...