christo83
SSC-Addicted
Points: 415
More actions
July 19, 2013 at 4:44 am
#296501
Hi,
How to find out Monitors % of CPU usage by the user using T-SQL
bhavi.buddi
Newbie
Points: 9
July 23, 2013 at 5:34 am
#1634885
SELECT TOP 10 (total_worker_time * 1.0) / 1000000 AS CPU_Utilized_in_Seconds, text,*
FROM sys.dm_exec_query_stats
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply