SCRS_GetProcessorNumberStandard Stored Procedure

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

SCRS_GetProcessorNumberStandard @LocaleID
,@LowerBound

Arguments

@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.

Return Code

Type: int

Value: Always 0.

Result Sets

Column name Data Type Description

SystemNumberofProcessors

Int32

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

See Also

Other Resources

Sample SCRM Stored Procedures
SCRM 2006 Report Customization
SCRM 2006 SQL Views
SCRM 2006 Stored Procedures