Hello,
I have a procedure that returns a resultset. (EXEC GenerateCashFlows @lAccountID). @lAccountID is a parameter
I want to be able to retrive the cash flows for all the accountIDs and store them in a table variable. Is this possible?
Thank you for your help.