Re: SQL Server 2005 & XML performance question
- From: Kent Tegels <ktegels@xxxxxxxxxxx>
- Date: Thu, 20 Oct 2005 09:13:52 -0700
Hello Jon,
Let's say that one XML doc has the equivalent of about 4,000 records. If I index the XML fields and then run a query that matches against a single attribute in the XML doc, does the query have to return all the XML content to the client?
Nope. If you use the .Value method to get that attribute's value, it returns the requested SqlServer Data type.
Thanks!
Kent Tegels DevelopMentor Blogging @ http://staff.develop.com/ktegels/
.
- Follow-Ups:
- Re: SQL Server 2005 & XML performance question
- From: Michael Rys [MSFT]
- Re: SQL Server 2005 & XML performance question
- Prev by Date: Importing Reporting Services RDL files into database
- Next by Date: Re: schema validation
- Previous by thread: Importing Reporting Services RDL files into database
- Next by thread: Re: SQL Server 2005 & XML performance question
- Index(es):
Relevant Pages
|