Multiple choice technology architecture

To provide for settings of connection strings in a SSIS package, which of the following is true? (Choose one ONLY)

  1. Use Log Configurations

  2. Use Package Configurations

  3. Use Variables

  4. Edit Package before execution

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Package Configurations in SSIS are designed to externalize settings like connection strings, allowing you to modify them without editing the package. Log Configurations (A) are for logging, not settings. Variables (C) are internal values. Editing before execution (D) is not a configuration mechanism.