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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sql 2005 net send - how do you test it?

Status
Not open for further replies.

jymm

Programmer
Apr 11, 2002
707
US
ok, so net send is not the preferred method of communication, but in sql 2000 there was a button that would allow you to test the netsend or email for the operators. I converted to sql 2005 back in March and only recently did one of the operators get a new machine name --- they were wondering why they were not getting the alerts.

THAT is when I noticed that there is no way to test the net send or email name within the operator properties - or am I missing something?
 
Nope, the test buttons went away.

Denny
MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005) / MCITP Database Administrator (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
so no way to make sure you have the right email addy or computer name now? wow - sounds like some marketing major decided to help out in Development... ;)
 
Yeah, it probably wasn't there brightest plan.

You can manually test the email addresses via the sp_send_dbmail or xp_sendmail procedures (depending on which mail sub-system you are using).

Denny
MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005) / MCITP Database Administrator (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top