SCRS_GetProcessorNumberStandard Stored Procedure

System Center

In SCRM 2006, SCRS_GetProcessorNumberStandard gets the number of processors for a computer.


SCRS_GetProcessorNumberStandard @LocaleID
,@LowerBound

@LocaleID

Type: int

Locale identifier for the installed product.

@LowerBound

Type: int

Value to use for the lower bound of the number of processors list. Value from 1 to 64.

Type: int

Value: Always 0.

Column name Data Type Description

SystemNumberofProcessors

Int32

Hard-coded list of the number of processors from 1 to 64.

Show: