SQL Server 查找cpu高占用的进程

select session_id,cpu_time,command
from sys.dm_exec_requests

–查cpu占用,(session_id<50是系统进程??不确定)