Hi all,
I'm currently loading a package that does a lookup on a column of data type nvarchar(4).
The values itself are (A+, A, B+, B, C, D, /). The strange lookup behaviour is happening for each of the cases, so it's not related to a specific value.
After trying to put the cache on NO CACHE, the lookup works perfectly. When using the default FULL CACHE the strange behaviour happens. The information on google was somewhat helpful but I would like your opinion as well about this strange behaviour.
Has anyone had this before? Could it be related to the data type? I have not yet tried to use a CHAR instead of a NVARCHAR but it looks like people have similar issues using CHAR.
THanks for any tips!