SCRS_GetTotalPhysicalDiskSizeStandard Stored Procedure
In SCRM 2006, SCRS_GetTotalPhysicalDiskSizeStandard gets a list of disk sizes for selection.
SCRS_GetTotalPhysicalDiskSizeStandard @LocaleID
,@LowerBound
Arguments
@LocaleID
Type: int
Locale identifier for the installed product.
@LowerBound
Type: int
Value to use for the lower bound of the Disk Size. Value from 5 to 900.
Return Code
Type: int
Value: Always 0.
Result Sets
Column name | Data Type | Description |
---|---|---|
TotalPhysicalDiskSizeinGB |
Int32 |
Hard-coded list of disk sizes from 5 to 900. |
See Also
Other Resources
Sample SCRM Stored Procedures
SCRM 2006 Report Customization
SCRM 2006 SQL Views
SCRM 2006 Stored Procedures