developer155
Programmer
My ExecuteSQl task has this SQL
select distinct externalid, 0 as stauts
into tmpNewsLetterSync
from partnerlistrecips (nolock)
where ListID = ?
I am passing a parameter (mapped in Parameter Mapping to 0).
I am getting error when I try to parse the query:
The query failed to parse. Parameter Info cannot be derived from SQL statements. Set parameter information before preparing command
Any thoughts?
Thnaks
select distinct externalid, 0 as stauts
into tmpNewsLetterSync
from partnerlistrecips (nolock)
where ListID = ?
I am passing a parameter (mapped in Parameter Mapping to 0).
I am getting error when I try to parse the query:
The query failed to parse. Parameter Info cannot be derived from SQL statements. Set parameter information before preparing command
Any thoughts?
Thnaks