SCRS_GetDiskSizeArray Stored Procedure
In SCRM 2006, SCRS_GetDiskSizeArray gets an array of disk sizes for the installed hard disks.
SCRS_GetDiskSizeArray @LocaleID
Arguments
@LocaleID
Type: int
Locale identifier for the installed product.
Return Code
Type: int
Value: Always 0.
Result Sets
Column name | Data Type | Description |
---|---|---|
LogicalDiskSizeinGB |
String |
Hard-coded Output values ranging from 1GB to 100000GB. |
LogicalDiskSizeinGBLabel |
String |
Hard-coded Output values ranging from 10GB to 100000GB. |
See Also
Other Resources
Sample SCRM Stored Procedures
SCRM 2006 Report Customization
SCRM 2006 SQL Views
SCRM 2006 Stored Procedures