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
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