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)
April, 2005
MSDN Blogs
>
XQuery Inside SQL Server 2005
>
April, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
XQuery Inside SQL Server 2005
Running XQuery over multiple XML datatype instances
Posted
over 7 years ago
by
Mike Rorke
0
Comments
One of the limitations of using XQuery inside SQL Server 2005 is that you are limited to running your expressions over a single XML data type instance. It is usually possible to insert your XML into the database so that this is not a problem (e.g. placing...
XQuery Inside SQL Server 2005
Using WITH XMLNAMESPACES
Posted
over 7 years ago
by
Mike Rorke
2
Comments
My fellow Microsoft Mike (Michael Rys) has just posted an article on his blog highlighting the use of the new T-SQL with xmlnamespaces syntax. This syntax allows you to simplfy your XQuery statements by defining namespaces in the T-SQL world and having...
XQuery Inside SQL Server 2005
Analyzing the Static Type of your Query
Posted
over 7 years ago
by
Mike Rorke
4
Comments
XQuery inside SQL Server 2005 implements a set of rules that enable us to catch potential problems with the user query at compile time, based on static analysis of the query. The complete rules for static analysis of XQuery expressions are detailed in...
XQuery Inside SQL Server 2005
Using SQL datetime and smalldatetime values inside XQuery
Posted
over 7 years ago
by
Mike Rorke
8
Comments
Using SQL datetime and smalldatetime values inside XQuery...
XQuery Inside SQL Server 2005
Welcome!
Posted
over 7 years ago
by
Mike Rorke
1
Comments
Welcome to my blog dealing with using XQuery inside of SQL Server 2005. As an introduction to the kind of information I intend to populate this blog with, I have started off writing an atricle on how to take the examples from the XQuery Use Case documents...
Page 1 of 1 (5 items)