Re: Doing a SELECT INTO using a Stored Proc as the data source
by Deane <deane.barker@[EMAIL PROTECTED]
>
May 12, 2008 at 06:34 AM
> 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