Hi,
We have a package that does a simple table to table data loading. Both source and destination have the same Codepage (850) and collation (SQL_Latin1_General_CP850_CI_AI). However, there are some foreign language characters in the source table, and it gets messed up when it's loaded into the target.
Here's an example for a column with this type of text:
Source: Solut§es Informst
Target: Solu■oes Inform t
Both columns are char(30).
I have tried to load this row into another server in a different location and it works just fine, however the original target of data displays the text incorrectly.
I have no idea what can be causing this.
Thanks,
Kervy

Special/Foreign Language Characters Issue
mfdiqwer
GranBosco
xRuntime
thanks
wenyang
hitparader
mail2amar
hi,
This is a special character: §, but curiously it appears with 21 and 245 code in ASCII table
how odd!
skynes