SCRS_GetTitleForBulletinIDAndQnumber Stored Procedure

In SCRM 2006, SCRS_GetTitleForBulletinIDAndQnumber gets the software update title for a supplied scan type, bulletin identifier, and Knowledge Base article identifier.

SCRS_GetTitleForBulletinIDAndQnumber @LocaleID
,[ @ScanType = ]  '<ALL>'
,@BulletinID 
,QNumbers

Arguments

@LocaleID

Type: int

Locale identifier for the installed product.

@ScanType

Type: nvarchar

Value for conditioning query against SCRM 2006 SCRS_SoftwareUpdate_Dimension_View.SoftwareUpdateType.

@BulletinID

Type: nvarchar

Value for conditioning query against SCRM 2006 SCRS_SoftwareUpdate_Dimension_View.SoftwareUpdateBulletinID.

@QNumbers

Type: nvarchar

Value for conditioning query against SCRM 2006 SCRS_SoftwareUpdate_Dimension_View.SoftwareUpdateQNumbers.

Return Code

Type: int

Value: Always 0.

Result Sets

Column name Data Type Description

SoftwareUpdateTitle

String

Output value from SCRM 2006 SCRS_SoftwareUpdate_Dimension_View.SoftwareUpdateTitle.

See Also

Other Resources

Sample SCRM Stored Procedures
SCRM 2006 Report Customization
SCRM 2006 SQL Views
SCRM 2006 Stored Procedures