Thanks Paul, I got 93 results. probably I will go with SQL_Latin1_General_CP850_CI_AS which is Latin1-General, case-insensitive, accent-sensitive, kanatype-insensitive, width-insensitive for Unicode Data, SQL Server Sort Order 42 on Code Page 850 for non-Unicode Data
Regards Victor On 8/29/06, Paul Hastings <[EMAIL PROTECTED]> wrote: > > Victor Moore wrote: > > Sorry, I should have mentioned that the db is MS-SQL Server 2005. > > I thought about Unicode but there is no entry in the drop down with that > > name. > > i'm not up to speed on sql 2005 quite yet but try this: > > SELECT * > FROM ::fn_helpcollations() > WHERE description LIKE '%unicode%' > > which should give you all the unicode capable collations on your sql > server. > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:251509 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

