How to compare strings based on ASCII code in SSIS
there were two thread in this week which has issue when compare two strings in SSIS Expressions, for example request was "9:9" < "99" . if you try the above expression in SSIS, you will get True as result. this may seems OK, but requests was to compare them by ASCII character, if you look Read more about How to compare strings based on ASCII code in SSIS[…]