|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, April 29, 2009 3:23 AM
Points: 1,
Visits: 18
|
|
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.
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Thursday, May 02, 2013 2:15 AM
Points: 238,
Visits: 211
|
|
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.....
|
|
|
|