Thread
:
Doing a SELECT INTO using a Stored Proc as the data source
View Single Post
#
4
(
permalink
)
05-13-2008, 06:13 PM
Deane
Posts: n/a
Re: Doing a SELECT INTO using a Stored Proc as the data source
> Why would you want to store the resultset in a table if you can simply
> re-run the sproc?
Because I need to run queries on the resultset, without changing the
stored proc.
Deane
Deane