SCRS_GetApplicationNameVersion Stored Procedure

System Center

In SCRM 2006, SCRS_GetApplicationNameVersion gets the list of versions of an application by using its Add Remove Program display name.


SCRS_GetApplicationNameVersion @LocaleID
,[ @ApplicationName = ] '<ALL>'

@LocaleID

Type: int

Locale identifier for the installed product.

@ApplicationName

Type: nvarchar

Value for conditioning query against SCRM 2006 SCRS_AddRemoveProgram_DIMENSION_View.ARPDisplayName.

Type: int

Value: Always 0.

Column name Data Type Description

ARPVersion

String

Output value from SCRM 2006 SCRS_AddRemoveProgram_DIMENSION_View.ARPVersion.

ARPVersionLabel

String

Output value from SCRM 2006 SCRS_AddRemoveProgram_DIMENSION_View.ARPVersion.

Show: