I'm trying to execute a query against an ODBC source using an Execute SQL Task. This is my statement:
"select * from RoomType where zz__Timestamp_Modification_UTC__lcm >= TIMESTAMP '" +@[User::LastJobRunDateTimeUtc]+ "'"
in expression builder when I press "Evaluate Expression" button I get this error:
I've tried various escape characters but nothing is working. I found a post or two on this like this one. From what I can see I'm doing the same thing. How to pass SSIS variables in ODBC SQLCommand expression?