Resultset into table variable

  • 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.

  • The answer is No. Just got to look into BOL, search for "table variables" there is an example.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply