Hi,
We have different paths on different servers for holding packages.
Say on WorkStation, it is C:\\SSIS\
On DEV, it may be D:\Packages\
On Test, it may be E:\TestPackages etc.
Management doesn't want to use environment variables to hold the path of config files. They don't want to open package as XML to update the paths of Config files in dts package.
What are the options for us to have config files for packages and not touch the package. No batch file execution of package. We use SQL Agent job to execute package.
Thank You