I'm attempting to send mail through a stored procedure within MS SQL 2000.
All the emails are within a table, and I need to scan through each record and send them a mail - I've found an easy solution (http://support.microsoft.com/kb/312839) to send mail without the need of SQL Mail, but wondered about the complexity
of looping through a table with a sproc?
I don't know if this is the best solution, but we are having trouble sending a daily email to subscribers using aspx pages and scheduled events on a dedicated server.
I hoped a stored procedure could be fired to send out emails (could be anything upto 10,000 emails).


Reply With Quote
Bookmarks