I have a use case to use the JDBC writer step to write some data into a MS SQL db.
I will need to use the Before and After script feature. (Truncate the table in the before script, then I need to call a stored proc in the after script).
And in the after script, I need to construct that based on some value that I calculate in the plan. So it is different every time I run the plan, but I need to keep it consistent.
Does this after script support some parameterisation? I have a feeling it won’t but wanted to double check.