View Single Post

   
  #4 (permalink)  
Old 05-13-2008, 06:13 PM
Deane
 
Posts: n/a
Default 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
Reply With Quote