I am having a problem getting the left join merge to work when I attempt to join data that was staged from an Oracle database using the Microsoft OLEDB provider for Oracle with data from an SQL Server 2000 database. I'm sorting and merging on 2 varchar columns and they never join. Visually, the data looks like it should join and I can successfully join it in an SQL statement from Query analyzer.
Any ideas

Left Join Merge problem
Josamoto80
The codepage problem you mentioned may be the real issue. When I stage the data into the SQL Server 2000 database from Oracle, DTS 2005 displays a warning about possible codepage issues because its unable to read the codepage from the Oracle database and therefore uses a default codepage. If this is the case, what would be the remedy I'm also puzzled as to why I can successfully join the data in a standard SQL statement within query analyzer.
CarlBrochu
Thanks,
erico maia
vibinpranav
Thanks;
Mark