Home Forums SQL Server 2005 T-SQL (SS2K5) Creating Temp Table with records by running Stored Procedure RE: Creating Temp Table with records by running Stored Procedure

  • You'll need to create the temp table first, then run

    INSERT INTO ...

    EXEC <stored proc>

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass