The report will tell you what type of CPU socket types you have.
select
socketdesignation0 as ‘Socket type’,
count(socketdesignation0) as ‘Count’
from
v_GS_PROCESSOR
group by
socketdesignation0
order by
socketdesignation0
The report will tell you what type of CPU socket types you have.
select
socketdesignation0 as ‘Socket type’,
count(socketdesignation0) as ‘Count’
from
v_GS_PROCESSOR
group by
socketdesignation0
order by
socketdesignation0
Recent Comments