I have a SSIS package using BIDS 2008 which is for SQL Server 2008 R2.
I was successfully able to deploy the package along with config file on a shared folder on the server . A SQL Agent job is configured to execute the package . It works fine on the DEV. While doing package deployment on the QA environment I noticed that I need to change the server names from the connection strings specified in the config file as well as amend the package .
My worry is the next time I do enhancement to the package I would need to reconfigure package file which is error prone.
Looking for dynamic configuration solution for various environments.