Accent Insensitive search in sql server + COLLATE SQL_Latin1_General_CP1_CI_AI

We were facing a problem in searcing the exact data from Microsoft sql server 2005 database, Our database is containng foreign language characters ,çéèêëñòóôõöàáâãäåìíîïùúûüŵŷýÿ as you can see in following data, I was wondering how we can solve this problem, I tried to search it on the google and posted this in some forums.

The Coleg Sir Gâr  
Sabhal Mòr Ostaig
Château du Rosey
Areté
Ecole La Découverte
Colegio Gran Bretaña
St Thérèse of Lisieux RC Primary School

I got the answer to my question  here http://www.sqlservercentral.com/Forums/Topic498678-338-1.aspx?Update=1

To remember it I am posting it to my blog  with the great thanks to
“Ten Centuries” who replied 100% to my problem. He suggested me to create a temp table while I found in other forum (http://lists.evolt.org/archive/Week-of-Mon-20070430/189725.html)that we can do it in query

where (filedname COLLATE SQL_Latin1_General_CP1_CI_AI ) like ‘%Gar%’

 

select 

 

top 10 organisationname as organisationname

from organisation where organisationname like (‘%arete%’)

I am using this in my search query and its working hundred (100) percent.

I was searchuing it with following terms.

Find result containing foregin characters

making a column accent insensitive in a query”

“changing in query for a column COLLATE”

“COLLATE SQL_Latin1_General_CP1_CI_AI”

I Wan to share this post:
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • kick.ie
  • Live
  • MyShare
  • IndianPad
  • Reddit
  • StumbleUpon
  • Technorati
  • YahooMyWeb
  • DotNetKicks
  • DZone
  • TwitThis

I want to add / share my post to social networks + wordpress

If you run your blog site using Wordpress Content Management System (CMS) and you want to give your readers facility to add or share their/your post to other social networks then you need to add a Plugin. I am using Sociabel plugin with Wordpress version 2.5.1. I am using default theme of Wordpress. When I Installed this plugin I didn’t find it very quickly .

You know how to acitvate plugin. In New version of word press you will find three links Settings, Plugins, Users on the right hand side of the page. To activate sociable plugin click on Plugins and then activate it.

To change the setting or to see the Option of Sociable Click on Settings.

You will see a bar of sub-menus in that sub-menus bar you need to check word “Sociable“, When you will click on Sociable it will take you to the settings of it. Thats it.

I tried to upload image of this area but wordpress is giving me error “Http error” and its not allowing me to upload image.

I Wan to share this post:
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • kick.ie
  • Live
  • MyShare
  • IndianPad
  • Reddit
  • StumbleUpon
  • Technorati
  • YahooMyWeb
  • DotNetKicks
  • DZone
  • TwitThis