Quantcast
Channel: SQL Server Replication forum
Viewing all articles
Browse latest Browse all 4054

Collation Problem Between Publication and Subscriber

$
0
0

Hello All,

I have a transnational replication between SQL 2012 and SQL 2005. The publisher has collation SQL_Latin1_General_CP1_CS_AS whereas the subscriber's collation is SQL_Latin1_General_CP437_BIN.

When I created the publication, the Copy Collation property was set to TRUE however that applied only on the initial snapshot. The source database has German characters which got copied correctly on the subscriber during the snapshot. Now when user inserts records via application, those records don't replicate with the source collation I think. Something wired is seen on the subscriber. 

Example:

Source/Publication: Bogotá

Subscriber: Bogotß

I tried several things:

1. Changed the replication insert stored procedure to use COLLATE SQL_Latin1_General_CP1_CS_AS but NO lick.

2. Then Altered the column on subscriber to match the publisher collation but NO luck. I had hopes on this fix.

3. Inserted record on publisher manually by saying N for unicode but NO luck

Can someone please tell me how to fix this problem? Customer is seeing all wired text on the web site.

Thanks much,



Viewing all articles
Browse latest Browse all 4054

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>