| Barış Çetin 2002-08-02, 5:25 am |
| hi
we have SAP database on SQL Server 2000 with SQL_Latin1_General_CP850_BIN
collation
i have inserted some records which includes some Turkish characters using
SAP GUI
there is no problem when i view this records using SAP GUI
if i select these records directly from database via SQL Query Analyzer, i
see abnormal characters instead of Turkish characters
alaso i have SQL Server 2000 with Turkish_CI_AS collation installed loacal
machine
when i linked the server to my local machine and execute the query from my
machine (select * from SAPServer.SAPDB.dbo.LFA1)
there is no problem with the characters, but it works too slow
is there any way to see these records correctly directly from my SAPServer?
|