Blogs / Pro SQL Server XML

No authority yet Info
Rank: 3,900,162

Pro SQL Server XML

This blog focuses on SQL Server XML development and functionality, for SQL Server 2005 and SQL Server 2008.

Authors:
  1. michaelcoles
View all »

Latest posts

  1. Grabbing Node Names and Values Pt. 2

    http://blogs.sqlservercentral.com/prosqlxml/archive/2008/03/09/grabbing-node-names-and-values-pt-2.aspx

    As a follow-up to my last post on grabbing node names and values , I was asked about grabbing URIs from more complex XML documents. The following query is the result of that discussion: DECLARE @x xml ; SET @x = N '<?xml version = "1.0"...(read more)…

    120 days ago
  2. Grabbing Node Names and Values

    http://blogs.sqlservercentral.com/prosqlxml/archive/2008/03/07/grabbing-node-names-and-values.aspx

    I got a question the other day about grabbing node names and values from an XML document. The person asking was using string parsing with the SUBSTRING function to split out names from content based on '>' characters in the XML string. Not...(read more)…

    120 days ago
  3. Unmatched Nodes in XQuery

    http://blogs.sqlservercentral.com/prosqlxml/archive/2008/02/25/unmatched-nodes-in-xquery.aspx

    read more)…

    121 days ago
View all »

1 fan

Members who favorited this blog