🎴 Flashcard Mode

Java EE and SQL Server BI Architecture

Card1 / 16
Mastered0
Review0
QuestionClick to flip

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

AnswerClick to flip back
A
Use Package Configurations
💡 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.

Change Mode