Sign In
XQuery Inside SQL Server 2005
Hopefully helpful postings, articles and walkthroughs for people using XQuery inside SQL Server 2005.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Pages
Archive
Archives
November 2005
(1)
October 2005
(2)
September 2005
(1)
August 2005
(4)
July 2005
(2)
June 2005
(3)
May 2005
(6)
April 2005
(6)
June, 2005
MSDN Blogs
>
XQuery Inside SQL Server 2005
>
June, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
XQuery Inside SQL Server 2005
Performing XSLT Transforms on XML Data Stored in SQL Server 2005
Posted
over 7 years ago
by
Mike Rorke
3
Comments
A common task when dealing with XML data is to apply an XSLT style-sheet to the raw XML data in order to display it better. In a previous post to this blog, I showed how to append a processing instruction to your XML data in order to get IE to do the...
XQuery Inside SQL Server 2005
Serialization and Concatenating String Values
Posted
over 7 years ago
by
Mike Rorke
0
Comments
A common requirement for an XML based application is the ability to do some form of simple string building. For example, the following query outputs a set of elements whose values are built up as a string, depending on some other value that is passed...
XQuery Inside SQL Server 2005
Efficient Property Promotion from XML Instances (Part 2)
Posted
over 7 years ago
by
Mike Rorke
1
Comments
Last week I covered the basics of property promotion i.e. automatically extracting data from an XML instance and storing this as relational data in order to improve query readability and/or performance. If you missed this previous post, you can access...
Page 1 of 1 (3 items)