In SSIS 2008 we used a configuration table in on a SQL Server to store all our passwords, then easily retrieved those with package configurations. This worked both in production and development when running the package from Visual Studio.
I'm trying to upgrade packages to 2012 project model and store them in the SSIS catalog to take advantage of the environment variables.
But when we are doing development in Visual Studio, we cannot retrieve those variables from the catalog. The only way I've found to maintain passwords in the package parameters is to manually type them in and save sensitive data using a password or user key. This seems like a big step backwards - I just recently managed to get rid of the last password in our packages - do I now have to start adding passwords again??
Am I missing something? How do people store their sensitive data during project development using Visual Studio in SSIS 2012?
Thanks,
Reinis