Viewing post 1 (of 1 total)
Hi,
You must copy the file xpsmtp80.ddl to the sql server 2000 binn directory.
After you copy the file run the commands below in Query Analyzer:
exec sp_addextendedproc 'xp_smtp_sendmail', 'xpsmtp80.dll'
grant execute on xp_smtp_sendmail...
March 6, 2006 at 8:07 am
#624924