Is there a more dynamic solution for the storage of SSIS configuration files?
From what I have read, the common solution is to use a “standard” address/folder for each set of config files
I.E “C:\Config”
Is there anyway of making this more dynamic? By driving this from a variable or even appending the server name to the front so a shared location “\server\config” could be used?
Thanks in advance
Two options:
More info on choosing a suitable configuration strategy: http://msdn.microsoft.com/en-us/library/cc671625.aspx
.\Configs\MyConfig.dtsConfig. SSIS will try to access the Config directory from the path where your SSIS package is executed. This can be annoying to deploy, as in debug mode, SSIS executes from thebindirectory of your project.