Greetings,
I am pulling a single date from a spreadsheet via an SSIS "Execute SQL Task"
(SELECT * FROM [DATES$A2:A3])<o:p></o:p>
This works great! <o:p></o:p>
Now that I
have this date being pulled by my Execute SQL Task, I would like to turn
it into a parameter so that I can use it in my next query that I need
to build within this same project.<o:p></o:p>
So I have my package grabbing the date that the end-user entered into the spreadsheet, but I am unsure how to turn this value into a parameter that that I can use in my project. (i.e. I plan on using this in the "where statement" of my next query in this project if I am able to understand how to convert this value into a parameter)<o:p></o:p>
I would greatly appreciate suggestions on the process that it would take to do that.<o:p></o:p>
<o:p> </o:p>
Many
Thanks!!!!!! <o:p></o:p>