Typed XML in SQL Server 2005

Denis Ruckebusch's blog on typed XML in SQL Server 2005.

September, 2005

Posts
  • Typed XML in SQL Server 2005

    Branching

    When I started this blog 3 months ago my sole intent was to share knowledge pertaining to the XML data type in SQL Server 2005. I didn’t think I’d write about anything else. I didn’t even think there was anything else I wanted to write about. Well, it...
  • Typed XML in SQL Server 2005

    DML operations on multiple nodes

    • 2 Comments
    If you've been playing with SQL Server 2005's implementation of XQuery for a while you probably know that "delete" is the only operation that allows for multiple target nodes. For example, let's imagine that we have the following table CREATE TABLE...
  • Typed XML in SQL Server 2005

    How to preserve whitespaces

    • 1 Comments
    For once I'm going to venture outside of the realm of typed XML and address an issue that might be of concern to users of untyped XML as well. We've been asked a few times if we had a solution to preserve non-significant whitespaces in an XML instance...
  • Typed XML in SQL Server 2005

    Windows Media Center's popularity on the rise

    • 7 Comments
    According to this report Media Centers are gaining in popularity. I bought one myself a week ago and I'm very happy with it. I was looking at purchasing a new desktop, mainly for work-related activities, and for my wife to edit her digital pictures. As...
  • Typed XML in SQL Server 2005

    Validating without typing

    You might encounter a situation where you want to validate incoming XML instances against the contents of an xml schema collection, but you still want to store your XML data as untyped. We're going to look at a very simple way to do this. All you have...
  • Typed XML in SQL Server 2005

    Sad and grateful all at the same time

    • 6 Comments
    I apologize in advance for a post that has nothing to do with SQL Server but I have this urge to express the sorrow and anger I’ve been feeling these past few days. Before you go any further please be mindful that the opinions expressed in this post are...
Page 1 of 1 (6 items)