﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Administration / SQL Server 7,2000  / Different collation / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Tue, 21 May 2013 03:12:10 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Different collation</title><link>http://www.sqlservercentral.com/Forums/Topic835150-5-1.aspx</link><description>Try to query as unicode data format:like N'上海精元机械有限公司'  (or like N'%海精元机械有限公%' if you'd need to use wildcards)instead of like '上海精元机械有限公司'Hope that helps.</description><pubDate>Wed, 16 Dec 2009 14:39:56 GMT</pubDate><dc:creator>LutzM</dc:creator></item><item><title>Different collation</title><link>http://www.sqlservercentral.com/Forums/Topic835150-5-1.aspx</link><description>select * from dbo.TempCh where [customer name] like  '上海精元机械有限公司'  collate Chinese_PRC_CI_AI_KS_WSDefault Collation:SQL_Latin1_General_CP1_CI_AS[customer name] Column collation :Chinese_PRC_CI_AI_KS_WSI have record in TempCh  with  '上海精元机械有限公司'  customer name. but in my above query i do not get row. What to do ? Any one has idea? Thanks Darshan Shah:-)</description><pubDate>Wed, 16 Dec 2009 08:41:52 GMT</pubDate><dc:creator>dksit_05</dc:creator></item></channel></rss>