SCRS_GetOperatingSystemFirst2 Stored Procedure

System Center

In SCRM 2006, SCRS_GetOperatingSystemFirst2 gets all installations of two operating system versions.


SCRS_GetOperatingSystemFirst2 @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 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

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

@OSVersion2

Type: nvarchar

Additional value for conditioning query against SCRM 2006 SCRS_ManagedNode_Dimension_View.OSCaption.

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: