MikeMcKeown
Programmer
I would like to run a store procedure for every record in a table.
Go to the first record
send an email
Go to the second record
and so on until every record has has an email sent.
I was just wondering how you do this in a SP, currently the SP only does it for the one record
Thanks in advance.
Go to the first record
send an email
Go to the second record
and so on until every record has has an email sent.
I was just wondering how you do this in a SP, currently the SP only does it for the one record
Thanks in advance.