Multiple choice technology

Which is NOT a method that you can use to configure package configurations in SSIS packages?

  1. SQL Server Table

  2. HKEY_LOCAL_MACHINE hive in the windows Registry

  3. XML file

  4. Environment variable

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

SSIS supports package configurations via XML files, environment variables, SQL Server tables, and parent package variables. The Windows Registry is not a supported configuration source - SSIS doesn't natively read from or write to registry keys for configuration storage.