Click here to Skip to main content
15,888,301 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How to send mails using SQL Agent jobs in SQL Server 2000? Is sp_send_dbmail available in SQL server 2000? How to create database mail in SQL 2000?
Posted

Hi,

If I remember correctly, you don't have sp_send_dbmail in SQL Server 2000. However you can use MAPI based xp_sendmail. See:
- http://msdn.microsoft.com/en-us/library/ms189505.aspx[^]
- http://msdn.microsoft.com/en-us/library/ms175189.aspx[^]
 
Share this answer
 
This[^] may help you as well.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900