Viewing post 1 (of 1 total)
convert the datatype in the Execute Sql Task to match enumerator type. See the below statement
SELECT CAST(<columname> AS INT)
FROM <talename>
October 7, 2015 at 5:22 am
#1831957