I have a stored procedure in SQL Server with two parameter requirements. I thought that I would use the Dynamic Input Tool here to update the values for the parameters. I do something similar with updating variables in a query so I thought this would work. However, when I establish the connection via ODBC the option for Stored Procedures is gray and says "Stored Procedures are not supported for this type of connection." I noticed that the option exists under "Modify SQL Query > Add > SQL: Update Stored Procedure" but without connecting to the stored procedure in the Input Data Source Template I'm not sure that it will update anything. What am I missing in the configuration to be able to send parameters to a stored procedure?
