ExecuteSQL task has changed
Since the last IDW.
The column "ParameterName" has been added to the ParameterMapping tab of the ExecuteSQL task.
I enter a statement of
SELECT * FROM TABLE WHERE COLUMN = ?
I map ? to a input variable. The default name of the parameter supplied is "NewParameterName"
My task now fails with
Error: 0xC002F210 at Execute SQL Task, Execute SQL Task: Executing the query "SELECT * FROM TheBigOne WHERE HostName = ?" failed with the following error: "Parameter name is unrecognized.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
Task failed: Execute SQL Task
What parameter? The one the task supplies?
Allan

