SSIS package and Execute process task

  • Hi..

    I have an Execute process task inside SSIS package.

    In execute process task i have an exe whih executes on basis of start date and enddate. so i have to pass command line argument for both dates.

    My question is how can i pass command line argument for the execute process task from SSIS package. should i use expressions?? if yes then how??

    please explain with some example .. i am new to SSIS.

    thanks,

    Shashank.

  • You select XML configration and in XML file create two variable startdate and EndDate

    Then declare two gobel varicable in variable penel and mapping these variable to xml file variable in property of variable.......... then use variable in project.....

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

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