Hello SSIS experts,
I'm encountering an issue with a Script Component in my SSIS project. Here's the situation:
I'm trying to create a Script Component of type Transformation that accepts two input sources. However, I'm facing a problem in the Script Transformation Editor where I'm unable to add a second input.
Specifically:
- I've added a Script Component (Transformation) to my Data Flow.
- I've opened the Script Transformation Editor.
- In the editor, I'm unable to find an option to "Add Input" or create a second input source.
My question is: How can I configure the Script Component to accept multiple inputs? Is there a specific setting or approach I'm missing?
Additional details:
- SQL Server version: [2019]
- Visual Studio version: [Professional 2022 (64-bit) - Current
Version 17.10.1]
I've tried looking for an "Add Input" option or similar functionality, but I haven't been successful. Any guidance on how to properly set up a Script Component with multiple inputs would be greatly appreciated.