SCRS_GetOperatingSystemFirst1 Stored Procedure

System Center

In SCRM 2006, SCRS_GetOperatingSystemFirst1 gets the installations of all operating systems that match a supplied version.


SCRS_GetOperatingSystemFirst1 @LocaleID
,[ @OSServicePack1 = ]  '<ALL>'
,[ @OSVersion1 = ]  '<ALL>',
,[ @OSServicePack2 = ]  '<ALL>'
,[ @OSVersion2 = ]  '<ALL>'

@LocaleID

Type: int

Locale identifier for the installed product.

@OSServicePack1

Type: nvarchar

Value for conditioning query against all service pack versions of the operating system versus one specific version available through the name of the product.

@OSVersion1

Type: nvarchar

Value for conditioning query against SCRM 2006 SCRS_ManagedNode_Dimension_View.OSCaption.

@OSServicePack2

Type: nvarchar

Not used.

@OSVersion2

Type: nvarchar

Not used.

Type: int

Value: Always 0.

Column name Data Type Description

OSCaption

String

Output value from SCRM 2006 SCRS_ManagedNode_Dimension_View.OSCaption.

OSCaptionLabel

String

Output value from SCRM 2006 SCRS_ManagedNode_Dimension_View.OSCaption.

Show: