balbirsinghsodhi
SSCrazy Eights
Points: 9210
More actions
March 28, 2008 at 11:43 am
#187913
I was able to send email using xp_sendmail command but suddenly it stop wokring. It's hanging forever.
Any help will be appreciated.
N J
Right there with Babe
Points: 732
March 28, 2008 at 2:59 pm
#795495
try to do..
xp_stopmail and then xp_startmail
NJ
March 28, 2008 at 3:27 pm
#795501
I can start the mail server but when I stop it gives me following error.
Server: Msg 17955, Level 16, State 1, Line 0
xp_stopmail: Failed to stop SQL Mail session.
March 28, 2008 at 4:50 pm
#795512
You can try finding the process using SQLMail and kill it.
or try doing this
EXEC master..xp_cmdshell "Kill MAPISP32"
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply