SCRS_GetTotalMemorySizeStandard Stored Procedure

In SCRM 2006, SCRS_GetTotalMemorySizeStandard gets a list of memory sizes for selection.

SCRS_GetTotalMemorySizeStandard @LocaleID
,@LowerBound

Arguments

@LocaleID

Type: int

Locale identifier for the installed product.

@LowerBound

Type: int

Value to use for the lower bound of the Memory Size. Value from 128 to 65536.

Return Code

Type: int

Value: Always 0.

Result Sets

Column name Data Type Description

MemoryTotalPhysicalMemory

Int32

Hard-coded list of Memory Sizes from 128 to 65536.

See Also

Other Resources

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