All Tags »
DMVs »
Hyperthreading »
CPUs (RSS)
Sorry, but there are no more tags available to filter with.
-
In almost all my classes, and every time I do any performance consulting, I get the question ''How can I determine if our SQL Server is hyperthreaded?''
I was delighted when I found the DMV sys.dm_sys_info, which has a column called hyperthread_ratio. But soon after, I read a blog post from one of my favorite SQL Server bloggers, Buck Woody who ...