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)
August, 2005
MSDN Blogs
>
XQuery Inside SQL Server 2005
>
August, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
XQuery Inside SQL Server 2005
XML Data-type Usage By Other SQL Server 2005 Features
Posted
over 7 years ago
by
Mike Rorke
1
Comments
Several of the other features within SQL Server 2005 leverage the XML data-type to pass information around. For example, both Service Broker and triggers transfer data around the server in XML data-type instances. This means that you can easily leverage...
XQuery Inside SQL Server 2005
Static Typing Consequences of the Parent Axis
Posted
over 7 years ago
by
Mike Rorke
0
Comments
SQL Server 2005 has an XQuery implementation that provides full support for the parent axis, as defined in the XPath specification. Since our XQuery implementation is statically typed, we also support the static typing of the parent axis, as defined in...
XQuery Inside SQL Server 2005
XML Query Test Suite - version 0.6 released
Posted
over 7 years ago
by
Mike Rorke
0
Comments
The W3C XQuery Testing Task Force (of which I am a member) has released version 0.6 of the XML Query Test Suite. This is currently available at http://www.w3.org/XML/Query/test-suite/ . The test suite consists of XQuery expressions, results and source...
XQuery Inside SQL Server 2005
Querying Over Constructed XML Using Sub-queries
Posted
over 7 years ago
by
Mike Rorke
1
Comments
There are a number of cases where it would be useful to be able to run XQuery statements over the result of an XQuery expression which constructs new values. Unfortunately, directly querying over constructed XML is not supported in SQL Server 2005, so...
Page 1 of 1 (4 items)