Question : SSIS DYNamic excel connection string in runtime

I want to chnage excel connection string in run time?
how can i do it ,without package configuration

Answer : SSIS DYNamic excel connection string in runtime

You can create a SSIS variable that will be used in the connection expression.
Make sure you set the connection to DELAYVALIDATION
You can then call the package from a ASP.net page:
http://pedrocgd.blogspot.com/2008/02/ssis-execute-package-from-aspnet-page.html
or from a filesystem...
http://biresort.net/wikis/ssis_tips/ssis-dinamically-call-a-ssis-package-filesystem-location.aspx
or even other ways...
Regards,
Pedro
Random Solutions  
 
programming4us programming4us