I have a Lookup Transformation where I use a custom SQL string to retrieve the values I want. The SQL string I have written is:
select * from [dbo].[tb_PRMCReview]
where left([tb_PRMCReview].[PRMCReview],4) = left(?,4)
When I go to set the parameters I get "Incorrect syntax near ')'". I have run this same string through EM and it works nicely. Can anyone help me figure out what I am doing wrong here?
Thanks,Eva