
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2014 11:02 PM
I have been asked to prepare a report on all servers. I provided one that contains the #CPU and the Processor. The server group is asking this...
"That cpu you gave me is sockets, I need to know how many cores"
Is this possible, and how would I add that to a report? Thanks.
"That cpu you gave me is sockets, I need to know how many cores"
Is this possible, and how would I add that to a report? Thanks.
Solved! Go to Solution.
Labels:
- Labels:
-
Report Center
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2014 04:55 PM
tblProcessor has a field called 'NumberOfCores'. Join that table in and use summary functions to add them together.
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2014 04:55 PM
tblProcessor has a field called 'NumberOfCores'. Join that table in and use summary functions to add them together.
