I have an Execute SQL task which calls a stored procedure. The sp has one input parameter that I'd like to define at runtime.
I'm familiar with using the Dynamic Properties task to configure connection properties (using an ini file). Can I use DP to also configure my input parameter? In the DP task, under the Execute SQL task, I see a property called "InputGlobalVariableNames", and I've mapped it to an ini entry, but that's as far as I've gotten.
Am I even on the right track?