Viewing 3 posts - 1 through 4 (of 4 total)
The hard part is creating the temp table before it is populated because the stored proc output is dynamic. The only solution I can come up with is to basically...
November 27, 2012 at 8:16 am
Yes, the columns will be identifiable by the column header which will be created/named using the "name" column of the child table.
November 26, 2012 at 9:29 pm
Thanks for the quick reply Sean!
The last catch to my problem is that I then have to join this created table to other table(s) (actual tables).
Do you know how to...
November 26, 2012 at 3:59 pm
Viewing 3 posts - 1 through 4 (of 4 total)