Reports information about the operators defined for the server.
sp_helpoperator [having_name_like]
where
This stored procedure must be run from the msdb database.
SQL Enterprise Manager provides an easy, graphical way to manage the entire alerting system. Using SQL Enterprise Manager is the recommended way to configure your alert infrastructure.
This example reports information about all operators with two names, beginning with John.
sp_helpoperator 'John%'
Only the system administrator can use this procedure.
sysoperators
sp_addoperator | Wildcard characters |
sp_updateoperator |