Click here to Skip to main content
15,887,340 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a ssis package, which runs on date parameter. If we dont specify the date it always load data for yesterday's date. And if we give any specific date like '2015-05-10', It should load for that date. How can we achieve this dynamically (using package configuration)? Once we load for any specific date, package should be set for yesterday's date dynamivally. Please guide me to achieve this as I am new to SSIS.

Thanks in advance
Posted

1 solution

It's quite simple. Create stored procedure and execute it from SSIS package. For further details, please, see: Execute SQL Task[^]
 
Share this answer
 
Comments
Member 10833473 1-Jun-15 2:12am    
Thanks for your reply,
But can we do it from configuration So we can specify date to SSIS configuration table? If yes , then how to achieve this?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900