SCRS_GetProcessorSpeedStandard Stored Procedure

In SCRM 2006, SCRS_GetProcessorSpeedStandard gets a list of processor speeds.

SCRS_GetProcessorSpeedStandard @LocaleID
,@LowerBound

Arguments

@LocaleID

Type: int

Locale identifier for the installed product.

@LowerBound

Type: int

Value to use for the lower bound of the processor speed. Value from 0.5 to 16.

Return Code

Type: int

Value: Always 0.

Result Sets

Column name Data Type Description

CPUMaxClockSpeed

Double

List of processor clock speeds from 0.5 to 16.

See Also

Other Resources

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