Hi is there a way to edit the package.params file in a SSIS solution without visual studio?
Asked
Active
Viewed 145 times
0
-
1You open the file with an editor and well, you edit it... – Lajos Arpad Feb 26 '16 at 08:48
2 Answers
0
I have a feeling that what you're wanting to do is set a new value for the package parameters at runtime. You can set these in the package store or in the execution settings, http://www.sqlchick.com/entries/2015/1/4/parameterizing-connections-and-values-at-runtime-using-ssis-environment-variables .

Bruce Dunwiddie
- 2,888
- 1
- 15
- 20
0
I found out that there are no external applications needed you can do it through environment variables and SSMS You can read the full article here
How to configure SSIS 2012 project to run under different environment configurations?