July 4, 2013 at 6:19 am
hi,
fires an alarm upon detecting that the percentage of Worker Threads used.
Please give query to find out Worker Threads
July 4, 2013 at 8:11 am
Max worker threads? Current worker threads?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
July 4, 2013 at 8:23 am
if you have both answers
kindly share with us
July 4, 2013 at 8:50 am
For max worker threads, query sys.configurations. If it's 0, then see this article for the calculation of effective worker threads
http://msdn.microsoft.com/en-us/library/ms189631.aspx
Current you can get by querying sys.dm_os_workers
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply