I need to create an SSIS package in SQL 2008 where I need to execute a stored procedure with a date range parameter. Is this possible? Any help would greatly be appreciated!
The paramaters are date ranges. I'm hoping to be able to enter the Begin Date and End Date and it works it's magic and FTPs the file to an outside source.
If you want to enter the dates, you need to set the dates up as parameters and reference the parameters when calling the stored proc
You can then execute the package and pass the parameter values at runtime....or you can make it easy on yourself and get teh date values from another file or database table.....
Rgds, Geoff
We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.