I am using Master..xp_sendMail to send email to user when a new record is inserted into the sql table. But Sometime multiple copies have been sent for the same email. Is this problem related to SQL Mail or Exchange Server?
How are you calling xp_sendMail()? From trigger on sql table?
------ "There's a man... He's bald and wears a short-sleeved shirt, and somehow he's very important to me. I think his name is Homer."
(Jack O'Neill, Stargate)
This is just another reason that I recommend not using xp_sendmail directly from triggers. I always recommend logging the data into a table, then having a job send the emails. This way you get a nice record you can look at to see if this is a SQL problem, or an Exchange problem.
Denny
MCSA (2003) / MCDBA (SQL 2000)
--Anything is possible. All it takes is a little research. (Me)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.