Beautiful Life

标签 sqlservr 下的文章

December 6, 2024

SqlServer 高耗时排查

SELECT TOP 20 total_worker_time/1000 AS [总消耗CPU 时间(ms)], execution_count [运行次数], qs.total_worker_time/qs.execution_count/1000 AS [平均消耗CPU 时间(ms)], last_execution_time AS [最后一次执行时间]...