Sign in
SQL Programmability & API Development Team Blog
All posts are AS IS, without any further guarantees or warranties.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
Misc. Issues
Native Types and Methods
Pages
Procedure Cache
Sorting
SQL CLR Hosting
SQL Exception Handling
SQL Server 2000
SQL Server 2005
XML
Browse by Tags
MSDN Blogs
>
SQL Programmability & API Development Team Blog
>
All Tags
>
xml
Tagged Content List
Blog Post:
XML: Typed and Untyped
MSDNArchive
Occasionally we hear from people who are surprised to find that their XML data uses more space when typed than when untyped. In general, this is to be expected. Typed XML has some advantages over untyped XML, namely smarter query plans and the ability to constrain user input, but size usually isn't one...
on
26 Sep 2006
Blog Post:
XML Data Type Limitations
MSDNArchive
I'd like to take some time today to explain some of the seemingly arbitrary limits placed on the XML data type, specifically those related to ID/IDREF validation, complex XML Schema types, the depth limit for XML data, and the enigmatic "XSD schema too complex" error. ID/IDREF Validation If your typed...
on
23 May 2006
Blog Post:
Check Out Denis Ruckebusch's Blog
MSDNArchive
I'm adding a link in the sidebar to Denis Ruckebusch's blog . Denis is one of our testers for the XML data type, and he has two recent posts worth reading if you use XML in SQL Server 2005. The first explains how to modify a schema to work around some of the limitations in our support for XML Schema...
on
24 Apr 2006
Blog Post:
Dealing with the Limitations of XSD Content Models
MSDNArchive
There was recently a question on an internal mailing list about how to model RSS 2.0 with XML Schema. The short answer is that it can’t be done. The problem lies with the content model of the <channel> element, which consists of three elements which must appear exactly once, several elements which...
on
24 Apr 2006
Blog Post:
An article on FOR XML in Microsoft SQL Server 2000 and 2005
ekogan
I just posted an article What does server side FOR XML return? ( http://blogs.msdn.com/sqlprogrammability/articles/576095.aspx ) which gives some details of the design and performance characteristics of various FOR XML flavors. I also added links to XML whitepapers and publications on the design...
on
13 Apr 2006
Blog Post:
What does server side FOR XML return?
ekogan
XML publishing functionality exposed as “FOR XML” in Microsoft SQL Server 2000 evolved quite a bit in SQL Server 2005. So, I thought I would document the matrix of what FOR XML results in. This article should help understand some performance characteristics and limitations of FOR XML as well as the difference...
on
13 Apr 2006
Blog Post:
Name resolution, default schema, implicit schema Part II
andrewz
Last section clarified some background, let us continue with Name Resolution Algorithm for Types and XML Schema Collections [Algorithm] As implied by general syntax for referencing entities, types or XML schema collections cannot be referenced across database. If schema name is unspecified, SQL...
on
3 Apr 2006
Page 1 of 1 (7 items)