sys.sp_dbmmonitordropalert
general #stored-procedure
Description
Drops the warning for a specified performance metric, by setting the threshold to Specifies the database for which to drop the specified warning threshold. An integer value that identifies the warning to be dropped. Specifies the number of minutes worth of transactions that can accumulate in the send queue before a warning is generated on the principal server instance.
Syntax
sp_dbmmonitordropalert
[ @database_name = ]
N
'database_name'
[ , [ @alert_id = ] alert_id ]
[ ; ]