Expression indicators
Expression indicators are a simple but good idea, especially when moving SSIS packages from development and test environments into production. You can already parameterize previously hard-coded values such as connection strings in the connection manager. This allows the server or environment in which the package is running to be detected by the package and the appropriate connection string used, without requiring the manual intervention of the DBA, with all the time and risk that entails.
However, up until SQL Server 2012, SSIS did not give an indication as to whether an expression was used within a connection. Now, you can determine it at a glance. Previously a connection manager that was expressionless would look like this: ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access