When casting to a non-unicode textual value (i.e. DT_STR) in SSIS you might often have seen something like the following: (DT_STR, 50, 1252) ( <expression> ) and wondered what on earth the 1252 was referring to. Well the SSIS documentation on MSDN
Read More...