SCRS_GetOSwithVersion Stored Procedure

System Center

In SCRM 2006, SCRS_GetOSwithVersion gets all operating systems and their versions.


SCRS_GetOSwithVersion @LocaleID

@LocaleID

Type: int

Locale identifier for the installed product.

Type: int

Value: Always 0.

Column name Data Type Description

OSVersion

String

Output value from SCRM 2006 SC_File_Dimension_View.ProductName + ',version '+ProductVersion.

OSVersionLabel

String

Output value from SCRM 2006 SC_File_Dimension_View.ProductName + ',version '+ProductVersion.

Show: