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 package configurations can be stored in SQL Server tables, XML files, environment variables, and parent package variables. The Windows Registry (specifically HKEY_LOCAL_MACHINE hive) is not a supported configuration method for SSIS packages. While you can use registry entries indirectly through custom code, it's not a native configuration source like the other options listed.