What is the Application Name attribute in the connection-string of an ssis configuration file?
I want to deploy the package into test server , shall I remove this attribute?
Thanks
~SJ
<Configuration ConfiguredType="Property" Path="\Package.Connections[Source AAA Staging db].Properties[ConnectionString]" ValueType="String"><ConfiguredValue>Data Source=XXX\YYY;User ID=;Initial Catalog=CCC-Staging;Provider=SQLNCLI10.1;Integrated Security=SSPI;Auto Translate=False;Application Name=SSIS-Package-{8C173805-D768-4DA1-A2B5-0D3BC300F7EB}XXX\YYY.ACT-Staging-Sample;</ConfiguredValue></Configuration>