A
anasser
I am having a problem getting data from a store procedure on an sql
server from a temp table. I have to return the data from a table
created within the store procedue at run time due to some joins and
manipulation of the data at run time. when my pass-through query calls
this store procedure, I cannot retrieve the data from the temp table.
Is there a way to do this?
Thanks, and I appretiate any ideas and approaches...
server from a temp table. I have to return the data from a table
created within the store procedue at run time due to some joins and
manipulation of the data at run time. when my pass-through query calls
this store procedure, I cannot retrieve the data from the temp table.
Is there a way to do this?
Thanks, and I appretiate any ideas and approaches...