The SQL Enterprise Manager alerts management interface includes these changes:
Choosing the Send Mail button opens the Send Note window from the underlying mail system.
The Send Mail button is useful for notifying operators about changes in their alert-handling responsibilities.
The following example specifies that message 50001 will receive three parameters:
'add' 5 5,'alpha'
This is the message string associated with message 50001:
Testing the %s procedure for the %ldth time. Using test %.*s.
This is the example command and the message returned:
sqlalrtr -E 50001 -M 'add',5,5,'alpha' Testing the add procedure for the 5th time. Using test alpha.