dbTalk Databases Forums  

How to performance case-insensitive search on XML data type in SQLServer 2005?

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss How to performance case-insensitive search on XML data type in SQLServer 2005? in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
John
 
Posts: n/a

Default How to performance case-insensitive search on XML data type in SQLServer 2005? - 04-25-2006 , 01:26 PM






Does anyone know how to how to performance case-insensitive search on
XML data type in SQLServer 2005? Or I have to convert all the xml data
to lower case before I store it?
Thanks in advance.
John


Reply With Quote
  #2  
Old   
Hilary Cotter
 
Posts: n/a

Default Re: How to performance case-insensitive search on XML data type in SQLServer 2005? - 04-25-2006 , 01:39 PM






Full-text index it and search it that way.

--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



"John" <johnxhc (AT) yahoo (DOT) com> wrote

Quote:
Does anyone know how to how to performance case-insensitive search on
XML data type in SQLServer 2005? Or I have to convert all the xml data
to lower case before I store it?
Thanks in advance.
John




Reply With Quote
  #3  
Old   
John
 
Posts: n/a

Default Re: How to performance case-insensitive search on XML data type in SQLServer 2005? - 04-26-2006 , 11:08 AM




Hilary Cotter wrote:
Quote:
Full-text index it and search it that way.

--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



"John" <johnxhc (AT) yahoo (DOT) com> wrote in message
news:1145989595.653856.252350 (AT) e56g2000cwe (DOT) googlegroups.com...
Does anyone know how to how to performance case-insensitive search on
XML data type in SQLServer 2005? Or I have to convert all the xml data
to lower case before I store it?
Thanks in advance.
John

what if I want to find it peticular element in the XML column contain
that text or not ?(again it has to be case-insensitive)
Thanks.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.