Sign In
Typed XML in SQL Server 2005
Denis Ruckebusch's blog on typed XML in SQL Server 2005.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
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
DML
Schema Collections
Static Typing
Thoughts and digressions
XSD
Archive
Archives
October 2007
(1)
April 2007
(1)
March 2007
(3)
January 2007
(2)
December 2006
(1)
November 2006
(2)
September 2006
(1)
August 2006
(2)
June 2006
(2)
May 2006
(3)
April 2006
(2)
February 2006
(1)
December 2005
(1)
October 2005
(1)
September 2005
(6)
August 2005
(2)
July 2005
(4)
June 2005
(7)
May, 2006
MSDN Blogs
>
Typed XML in SQL Server 2005
>
May, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Typed XML in SQL Server 2005
Inserting an XML instance into another even though SQL type ‘xml’ is not supported in XQuery.
Posted
over 6 years ago
by
MSDNArchive
24
Comments
Since we shipped SQL Server 2005 I have seen a few users ask if there was a simple way to insert an XML instance into another one. For simplicity’s sake, in the rest of this post I’m going to assume that all my variables contain valid XML documents (a...
Typed XML in SQL Server 2005
Restricting the contents of a typed XML column using triggers
Posted
over 6 years ago
by
MSDNArchive
A typed XML column/variable is constrained by a schema collection. That means only instances that can be validated against the schemas in the collection will be accepted. You can tighten the rules a little bit with the use of the DOCUMENT facet, which...
Typed XML in SQL Server 2005
Importing the Microsoft Office 2003 schemas into the database
Posted
over 6 years ago
by
MSDNArchive
As promised earlier I'm going to give you an example using a real-world schema. I've chosen to work with the Office 2003 schemas but I'm going to limit myself to Word and Excel. First, you need to install the schemas from here . In the T-SQL samples...
Page 1 of 1 (3 items)