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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Automatic Emailing

Author  Topic 

sp_wiz
Yak Posting Veteran

55 Posts

Posted - 2001-08-21 : 11:55:03
This is driving me mad

I've been trying to write an stored procedure that loops through a table and emails them some information relavant to them.

(Its a recruitment site that checks candidates skills agains't current job requirments)

2 problems

1. I have an sp that sends an email using CDONTS. How do I call the sp when i'm using a select statement. I could cheat and use a cursor (YUK!!!)

2. How would i automate this to run once a day..

Cheers
robp


   

- Advertisement -