SCRS_GetOSVersion Stored Procedure
System Center
In SCRM 2006, SCRS_GetOSVersion gets the version of a supplied operating system.
SCRS_GetOSVersion @LocaleID ,@OperatingSystem
@LocaleID
Type: int
Locale identifier for the installed product.
@OperatingSystem
Type: nvarchar
Value for conditioning query against SCRM 2006 SCRS_ManagedNode_Dimension_View.OSCaption.
| Column name | Data Type | Description |
|---|---|---|
| OSVersion | String | Output value from SCRM 2006 SCRS_ManagedNode_Dimension_View.OSVersion. |
| OSVersionLabel | String | Output value from SCRM 2006 SCRS_ManagedNode_Dimension_View.OSVersion. |
Show: