Viewing 2 posts - 1 through 2 (of 2 total)
Oh and btw SQL 2005's database mail is now asynchronous therefore we no longer have the same issue in 2005.
July 21, 2008 at 5:38 am
#845689
Need to be pretty careful with this trigger.
Consider if the call to exec master.xp_sendMail .... fails.
This is a trigger - an error will cause an automatic rollback of the transaction...
July 21, 2008 at 5:36 am
#845688