SCRS_GetAlertNameByAlertSeverity Stored Procedure
System Center
In SCRM 2006, SCRS_GetAlertNameByAlertSeverity gets the list of MOM alerts.
SCRS_GetAlertNameByAlertSeverity @LocaleID, [ @NoALLOption = ] 0, [ @AlertSeverity = ] 0
@LocaleID
Type: int
Locale identifier for the installed product.
@NoALLOption
Type: bit
Determines whether output includes <ALL>; 1 excludes it, 0 includes it.
@AlertSeverity
Type: nvarchar
Value for conditioning query against SCRM 2006 SCRS_AlertLevelDimension_View.AlertLevelName.
| Column name | Data Type | Description |
|---|---|---|
| AlertName | String | Output value from SCRM 2006 SCRS_AlertFact_View.AlertName. |
| AlertNameLabel | String | Output value from SCRM 2006 SCRS_AlertFact_View.AlertName. |
Show: