Hello
I'm looking for a way to programmatically update the variables associated with a particular environment in the Integration Services Catalogs (using SSIS 2012). For instance, a user needs to update an environment variable via a web front end - I want to be able to show the user the current value of the variable, and have the new value written back so that the environment variable reflects the change.
I have managed to achieve this by performing an update on the catalog.environment_variables view, which seems to work fine. I'm wondering, however, whether this is dangerous/bad practice, and whether another approach exists.
Thanks.