Re: XML Collating sequence
- From: "Michael Coles" <admin.AT.geocodenet.DOT.com>
- Date: Fri, 12 Jun 2009 22:44:19 -0400
Just to add to what Bob said, XML uses binary comparisons for comparison (in XQuery) and sorting (the order by clause in FLWOR expressions). Efficient, but does not account for the little things we've grown accustomed to like dictionary sorting, accent insensitivity, case insensitivity, etc.
--
========
Michael Coles
"Pro T-SQL 2008 Programmer's Guide"
http://www.amazon.com/T-SQL-2008-Programmer-rsquo-Guide/dp/143021001X
"Chloe C" <chloe@xxxxxxxxxxxxxxxx> wrote in message news:qafv25prfu5su0m38j7hnuadlia5hha2vj@xxxxxxxxxx
Hi
If we search an XML datatype, does it use the collation properties
from the database, e.g. Case sensitivity, Accent sensitivity?
If it doesn't use the database, is there any other way of affecting
it?
Chloe
.
- References:
- XML Collating sequence
- From: Chloe C
- XML Collating sequence
- Prev by Date: Re: XML Collating sequence
- Next by Date: Returning position() in the results
- Previous by thread: Re: XML Collating sequence
- Next by thread: RE: XML Collating sequence
- Index(es):
Relevant Pages
|