Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
DURGESH
Posting Yak Master
105 Posts |
Posted - 2008-10-03 : 05:07:39
|
| hi all,i am doing a task in which i want to send emails through sql serveri have gone through operator concept.i created a new operator called opr1 but it is not working properlycan anybody help me solve this issuethanks in advance RegardsDurgesh J |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-10-03 : 05:19:07
|
| you can use extended stored procedure xp_sendmail to send mail in sql 2000http://doc.ddart.net/mssql/sql70/xp_aa-sz_11.htm |
 |
|
|
sakets_2000
Master Smack Fu Yak Hacker
1472 Posts |
Posted - 2008-10-10 : 13:12:18
|
| Or if you have an SMTP server installed, you can send messages using activex script. |
 |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
sakets_2000
Master Smack Fu Yak Hacker
1472 Posts |
|
|
|
|
|