Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Operators and E-mail addresses

Status
Not open for further replies.

mutley1

MIS
Jul 24, 2003
909
Hi All,

I know strictly speaking this is a Setup & Admin question, but I am not aware of an SP that exists to retrieve the info so I was wondering if any programmers had written something.

Is there something I can run to retrieve the operators from SQL Agent and the email addresses that are set for that SQL Agent Operator?

Cheers,

M.
 
Provided by Microsoft and installed on all SQL Servers.
Code:
exec sp_help_operator

Denny
MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Thanks Denny,

I think I was having a bad day. I remember it now but couldn't see the wood for the trees

Thanks again,

M.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top