
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2008 10:03 AM
Hi,
Is it possible to know how many physical processors are in a server?
if it is hyper thread or dual core?
how can we solve this?
thanks
Eldad
Is it possible to know how many physical processors are in a server?
if it is hyper thread or dual core?
how can we solve this?
thanks
Eldad
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2008 10:49 AM
When you open the query builder go to "report builder", open "tables"
You can now add the table "tblprocessor" to your report
You can now select the field that you want to see.
There is one record for each processor.
Pressing the "show report output" will show you the output.
This page gives more information about the processor class : http://msdn.microsoft.com/en-us/library/aa394373(VS.85).aspx
You can now add the table "tblprocessor" to your report
You can now select the field that you want to see.
There is one record for each processor.
Pressing the "show report output" will show you the output.
This page gives more information about the processor class : http://msdn.microsoft.com/en-us/library/aa394373(VS.85).aspx

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2008 06:45 AM
Mate were not not all SQL experts.
Can you either write proper documentation or explain step by step how to do these SQL things?
Cheers mate,
The mates from down under
Can you either write proper documentation or explain step by step how to do these SQL things?
Cheers mate,
The mates from down under

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2008 04:26 PM
You should be able to find this in table "tblPROCESSOR"
