September 10, 2013 at 4:02 pm
I am looking for a way to call a stored procedure for each record of a select statement.
I have read that Cursor is a bad idea to do so...
Then How should I call the store procedure to display each record without passing any parameters.
September 10, 2013 at 4:09 pm
It depends on what the cursor and the SP do. To give a good advice you should give more details on what you're trying to accomplish.
September 11, 2013 at 5:12 am
Please provide some more information.....
_______________________________________________________________
To get quick answer follow this link:
http://www.sqlservercentral.com/articles/Best+Practices/61537/
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply