May 6, 2009 at 12:22 am
Hi all,
I have a store procedure that generates this dynamic output
Execute generate_email '1'; Execute generate_email '9';
which i would like to execute them in at once. how do you do this?
I am trying to avoid cursor here so I tried going into concatenating all those execute statements into a string and execute them at the same time. is this possible?
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply