BIDS 2008, SQL 2008 R2
Support SQL 2005, 2008, 2008R2, 2012
I created a BIDS SSIS Package using SQL Server Configurations. A Connection Password is one of the configuration variables. So it created the SSIS Configuration SQL table with the ConfiguredValues. The row that holds the [Password] shows ***** in the ConfiguredValues. So the idea is that all I have to do is change the Configured Values in the table and it will be picked up by the package and and Job that DTEXEC the package? Do I have to redeploy the package when I can a SSIS Configuration table value?
When I first looked at the SSIS Configuration table after it was created, The [Password] variable had ***** in the Configured Value. Package run fine. But I then ran and UPDATE TABLE to change the password. Now the password is visible in plain text. Is there a way to hide the password again using ***** or do I have to redeploy the package when changing the password to get the ****?