Hello,
Is it possible to EXEC stored procedure from a query?
I want to execute stored procedure for every line of SELECT result
table.
I guess it's possible with cursors, but maybe it's possible to make it
easier.
Give an example, please.
Thank you in advance.
Hubert
Is it possible to EXEC stored procedure from a query?
I want to execute stored procedure for every line of SELECT result
table.
I guess it's possible with cursors, but maybe it's possible to make it
easier.
Give an example, please.
Thank you in advance.
Hubert
Comment