how to pass datetime variable from Execute SQL task to the execute process task

  • i have created two datetime variables in execute sql task and wanted to pass those variable to executed procees task following it.  I was able to create the variables in the result set of Execute SQL task but they are not passed on to the next task. any suggestions are welcome. thanks

  • You need to declare those variables in sp_executesql as OUTPUT parameters

    _____________
    Code for TallyGenerator

  • Sergiy wrote:

    You need to declare those variables in sp_executesql as OUTPUT parameters

    And map them to package variables, to use them in subsequent tasks.

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

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

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