Hi all,
I have a stored procedure which returns 1 or 2 rows. No more than 2.
I have a table which I want to pass a value to the stored proc for every row in the table. My table only has about 30 or 40 rows.
Each time the stored proc runs with the current table.field value, I want the output in a temp table so eventually it will build up to contain all the stored proc results for each value in the table.
How would I do that?
cheers
Danster
I have a stored procedure which returns 1 or 2 rows. No more than 2.
I have a table which I want to pass a value to the stored proc for every row in the table. My table only has about 30 or 40 rows.
Each time the stored proc runs with the current table.field value, I want the output in a temp table so eventually it will build up to contain all the stored proc results for each value in the table.
How would I do that?
cheers
Danster