Hi,
I am using a Bulk Insert statement in execute sql task (SSIS 2005).
Bulk Insert #Legacy
From ?
In the parameter mapping page, i configured the paramater. But this gives throws an error
[Execute SQL Task] Error: Executing the query "Bulk Insert #Legacy From ?" failed with the following error: "Incorrect syntax near '@P1'.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
Can't we use parameters for Bulk Insert or am i missing something.
Thanks,