There is a way to parametrize the connection string for SSIS
. I can deploy the package to the SSIS catalog and then choose the right values when executing it.
Is there a way to set developer-specific connection string parameter value that would not change the source code of the package while the developer is working with it in Visual Studio or at least would reside in some ignored by version control file that would allow each developer to set his own connection string and would not affect any others one after committing a new version of the package?