migration from 2008 packages to 2016

  • hi,

    How to get Stored Procedure Result with  Column Types? I need to put this in SSIS pacakge and i have like 100+ columns.

    Execute storedprocedure with results(

    )

     

     

    • This topic was modified 6 years, 5 months ago by komal145.
  • Run the 'guts' of your stored proc, having modified the final SELECT such that it does a

    SELECT INTO [Newtable] .....

    FROM etc etc

    WHERE 1 = 0 --Don't need any data

    And then get the CREATE TABLE script for Newtable.


Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply