Hi All,
Am getting the following error:
Package Validation Error - Type of variable @[User::variable] is not a string
I've 3 variables, var1 => select count(*) from table1,
var2 => select count(*) from table2, and in var3 am comparing these two
variables like => @[User::varCount] == @[User::varRowCount]
Now the problem is in var3, when i use this var3 in Execute SQL Task => made
the SQLSourceType as Variable and mapped the SourceVariable to var3, but in
var3 if i turn on EvaluateAsExpression to True means Variable's ValueType
coming to Boolean and Value to True, when use this var3 in Execute SQL Task
it throws Type of variable @[User::var3] is not string.
:crying: