Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Server Problems with Code Pages

Status
Not open for further replies.

dejanv

Programmer
Joined
Oct 9, 2002
Messages
4
Location
MK
Hello,
Here is my problem:
I have two servers, one SQL Server 2000 with 1251 code page and the second SQL Server 6.5 with code page 850.The second server is a remote server on first and the first is remote on second server.
On first server I try to execute this query :
-----------
INSERT INTO server1.dbo.table1
SELECT ID, Submission,
FROM server2.db2.dbo.table2
WHERE ID = 1
---
Where server1 is SQLServer 2000 (code page 1251) and server2 is SQL 6.5 (code page 850). After executing of this query I can see only some strange characters stored in table1.

Thank you in advance,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top