sys.sp_dbmmonitorhelpalert
general #stored-procedure
Description
Returns information about warning thresholds on one or all of several key database mirroring An integer value that identifies the warning to be returned. If this argument is omitted, all the warnings are returned, but not the retention period.
Syntax
sp_dbmmonitorhelpalert
[ @database_name = ]
N
'database_name'
[ , [ @alert_id = ] alert_id ]
[ ; ]