Viewing 2 posts - 1 through 3 (of 3 total)
Hi.
Thanks for the tip! I used the following expression :
CODEPOINT(column) > 255 ? (DT_STR,2,1252)"ZZ" : (DT_STR,2,1252)column
It still brought over the problem data as "??" even though I tried "ZZ"...
June 15, 2010 at 7:09 am
#1180377
OK I think I solved it!
Here is what I did and I showed it to my DBA and he said it looked good on paper. It hasn't gone through...
June 14, 2010 at 12:17 pm
#1180038