﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="2.0"><channel><title>SQLServerCentral.com Content tagged XML</title><link>http://www.sqlservercentral.com/</link><description>Content tagged XML posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Stairway to XML</title><description><![CDATA[<p>Although XML is conceptually simple, its use as an equal partner datatype within a relational database, with full searching, validation and manipulation of data, is not  intuitive. Now that the industry is more conscious of the use of semi-structured data and data defined by document markup, it is becoming more important than ever for Database Developers and DBAs to become conversant with the technology and appreciative of the cases where XML technologies enhance applications and their development. Robert Sheldon flexes his talent to make the complicated seem simple.</p>]]></description><guid>http://www.sqlservercentral.com/stairway/92778/</guid><pubDate>Tue, 14 Aug 2012 09:13:47 UT</pubDate><link>http://www.sqlservercentral.com/stairway/92778/</link></item><item><title>Using XML from data variable option in SSIS</title><description><![CDATA[<p>Learn how you can manipulat XML documents solely in memory. No file required.
</p>]]></description><guid>http://www.sqlservercentral.com/articles/SQL+Server/97947/</guid><pubDate>Wed, 15 May 2013 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/SQL+Server/97947/</link></item><item><title>Ad-Hoc XML File Querying</title><description><![CDATA[<p>When you need to shred just part of the data within a large XML file into a SQL Server table, the most efficient way is to just select what you need via XQuery or by using XPath, before shredding it into a table. But precisely how would you do that?</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/97775/</guid><pubDate>Thu, 28 Mar 2013 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/97775/</link></item><item><title>Convert XML to String with formatting</title><description><![CDATA[<p>Converts xml value into multi line string with indents</p>]]></description><guid>http://www.sqlservercentral.com/scripts/XML/97216/</guid><pubDate>Fri, 15 Mar 2013 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/XML/97216/</link></item><item><title>Shred XML column using SSIS</title><description><![CDATA[<p>This article describes a way using SSIS to shred a XML column from a source table into its respective columns in the destination table.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Integration+Services+(SSIS)/96579/</guid><pubDate>Wed, 27 Feb 2013 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Integration+Services+(SSIS)/96579/</link></item><item><title>Stairway to XML: Level 10 - Converting XML Data</title><description><![CDATA[<p>In this Level, we look at how to convert string values to XML and how to convert XML to character types. </p>]]></description><guid>http://www.sqlservercentral.com/articles/Stairway+Series/96241/</guid><pubDate>Wed, 13 Feb 2013 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Stairway+Series/96241/</link></item><item><title>Precision Indexing: Basics of Selective XML Indexes in SQL Server 2012</title><description><![CDATA[<p>Seldom has a SQL Server Service pack had such an effect on database development as when SQL Server 2012 SP1 introduced selective XML indexes. These transform the practicality of querying large amounts of XML data. Seth Delconte demonstrates how and why this feature makes all the difference. </p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/96786/</guid><pubDate>Wed, 06 Feb 2013 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/96786/</link></item><item><title>Stairway to XML: Level 9 - Creating XML-Based Functions</title><description><![CDATA[<p>In this Level, we’ll look at how to use XML methods within user-defined functions to return XML fragments and values from your target XML instance. </p>]]></description><guid>http://www.sqlservercentral.com/articles/Stairway+Series/96174/</guid><pubDate>Wed, 30 Jan 2013 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Stairway+Series/96174/</link></item><item><title>Stairway to XML: Level 1 - Introduction to XML</title><description><![CDATA[<p>In this level, Rob Sheldon explains what  XML is, and describes the components of an XML document, Elements and Attributes. He explains the basics of tags, entity references,  enclosed text, comments and declarations</p>]]></description><guid>http://www.sqlservercentral.com/articles/Stairway+Series/Introduction+to+XML/92780/</guid><pubDate>Wed, 09 Jan 2013 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Stairway+Series/Introduction+to+XML/92780/</link></item><item><title>Using XQuery to remove duplicate values or duplicate nodes from an xml instance</title><description><![CDATA[<p>Sometimes we need to retrieve a list distinct values from within an xml instance or even distinct nodes and this...</p><!-- how to automate(Deployment Manager) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/sql-development/sql-prompt/entrypage/effortlessly?utm_source=ssc&utm_medium=pubad&utm_content=breeze&utm_campaign=sqlprompt&utm_term=rss-20015"><img src="http://assets.red-gate.com/external/SSC/deployment-manager-68x68.png" alt="deploymentmanager"></td>   <td><strong>How to automate your .NET and SQL Server deployments</strong><br />Deploy .NET code and SQL Server databases in a single repeatable process with Red Gate Deployment Manager. <a href="http://www.red-gate.com/products/sql-development/sql-prompt/entrypage/effortlessly?utm_source=ssc&utm_medium=pubad&utm_content=breeze&utm_campaign=sqlprompt&utm_term=rss-20015">Start deploying with a 28-day trial</a></td>  </tr> </tbody></table>

]]></description><guid>http://www.sqlservercentral.com/blogs/rocks/2012/12/13/using-xquery-to-remove-duplicate-values-or-duplicate-nodes-from-an-xml-instance/</guid><pubDate>Thu, 20 Dec 2012 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/blogs/rocks/2012/12/13/using-xquery-to-remove-duplicate-values-or-duplicate-nodes-from-an-xml-instance/</link></item><item><title>Stairway to XML: Level 8 - Deleting Data from an XML Instance</title><description><![CDATA[<p>in order to  use the modify() method to delete data from typed and untyped XML instances, you must pass an XML DML expression as an argument to the method. That expression must include the delete keyword, along with an XQuery expression that defines the XML component to be deleted. Robert makes it seem simple, as usual.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Stairway+Series/Deleting+Data+from+an+XML+Instance/92788/</guid><pubDate>Mon, 05 Nov 2012 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Stairway+Series/Deleting+Data+from+an+XML+Instance/92788/</link></item><item><title>Manipulating XML Data in SQL Server</title><description><![CDATA[<p>When the average database developer is obliged to manipulate XML, either shredding it into relational format, or creating it from SQL, it is often done 'at arms length'. A shame, since effective use of techniques that go beyond the basics can save much code,</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/94591/</guid><pubDate>Thu, 01 Nov 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/94591/</link></item><item><title>Stairway to XML: Level 7 - Updating Data in an XML Instance</title><description><![CDATA[<p>You need to provide the necessary keywords and define the XQuery and value expressions in your XML DML expression in order to use the modify() method to update element and attribute values in either typed or untyped XML instances in an XML column. Robert Sheldon explains how.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Stairway+Series/Updating+Data+in+an+XML+Instance/92787/</guid><pubDate>Mon, 29 Oct 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Stairway+Series/Updating+Data+in+an+XML+Instance/92787/</link></item><item><title>Stairway to XML: Level 6 - Inserting Data into an XML Instance</title><description><![CDATA[<p>The modify method  lets you manipulate XML data using XML DML. It can insert, alter or delete data. In this level, Robert shows how to use the method to insert a node into an XML instance. </p>]]></description><guid>http://www.sqlservercentral.com/articles/Stairway+Series/Inserting+Data+into+an+XML+Instance/92786/</guid><pubDate>Wed, 17 Oct 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Stairway+Series/Inserting+Data+into+an+XML+Instance/92786/</link></item><item><title>Stairway to XML: Level 5 - The XML exist() and nodes() Methods</title><description><![CDATA[<p>The XML exist() method is used, often in a WHERE clause, to check the existence of an element within an XML document or fragment.  The nodes() method lets you shred an XML instance and return the information as relational data. </p>]]></description><guid>http://www.sqlservercentral.com/articles/Stairway+Series/The+XML+exist()+and+nodes()+Methods/92785/</guid><pubDate>Mon, 15 Oct 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Stairway+Series/The+XML+exist()+and+nodes()+Methods/92785/</link></item><item><title>Stairway to XML: Level 4 - Querying XML Data</title><description><![CDATA[<p>You can extract a subset of data from an XML instance by using the query() method, and you can use the value() method to retrieve individual element and attribute values from an XML instance.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Stairway+Series/+Querying+XML+Data/92784/</guid><pubDate>Mon, 08 Oct 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Stairway+Series/+Querying+XML+Data/92784/</link></item><item><title>Stairway to XML: Level 3 - Working with Typed XML</title><description><![CDATA[<p>You can enforce the validation of  an XML data type, variable or column by  associating it with an XML Schema Collection. SQL Server validates a typed XML value against the rules defined in the schema collection so that INSERT or UPDATE operations will succeed only if the value being inserted or updated is valid as per the rules defined in the Schema Collection.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Stairway+Series/+Working+with+Typed+XML/92783/</guid><pubDate>Mon, 01 Oct 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Stairway+Series/+Working+with+Typed+XML/92783/</link></item><item><title>Stairway to XML: Level 2 - The XML Data Type</title><description><![CDATA[<p>Robert Sheldon describes SQL Server's XML Data Type, and shows that it is as easy to configure a variable, column, or parameter with the XML data type as configuring one of these objects with any other datatype</p>]]></description><guid>http://www.sqlservercentral.com/articles/Stairway+Series/The+XML+Data+Type/92781/</guid><pubDate>Wed, 26 Sep 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Stairway+Series/The+XML+Data+Type/92781/</link></item><item><title>Stairway to XML: Level 1 - Introduction to XML</title><description><![CDATA[<p>In this level, Rob Sheldon explains what  XML is, and describes the components of an XML document, Elements and Attributes. He explains the basics of tags, entity references,  enclosed text, comments and declarations</p><!-- how to automate(Deployment Manager) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/sql-development/sql-prompt/entrypage/effortlessly?utm_source=ssc&utm_medium=pubad&utm_content=breeze&utm_campaign=sqlprompt&utm_term=rss-20015"><img src="http://assets.red-gate.com/external/SSC/deployment-manager-68x68.png" alt="deploymentmanager"></td>   <td><strong>How to automate your .NET and SQL Server deployments</strong><br />Deploy .NET code and SQL Server databases in a single repeatable process with Red Gate Deployment Manager. <a href="http://www.red-gate.com/products/sql-development/sql-prompt/entrypage/effortlessly?utm_source=ssc&utm_medium=pubad&utm_content=breeze&utm_campaign=sqlprompt&utm_term=rss-20015">Start deploying with a 28-day trial</a></td>  </tr> </tbody></table>

]]></description><guid>http://www.sqlservercentral.com/articles/Stairway+Series/Introduction+to+XML/92780/</guid><pubDate>Wed, 09 Jan 2013 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Stairway+Series/Introduction+to+XML/92780/</link></item><item><title>SQL Server 2008 and XML</title><description><![CDATA[<p></p><!-- safeguard (SQL Backup) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="https://sqlbackup.red-gate.com/LogIn?utm_source=ssc&utm_medium=pubad&utm_content=safeguard_backups&utm_campaign=sqlbackup&utm_term=rss-20016"><img src="http://assets.red-gate.com/external/SSC/backuphosted_white_68x68.png" alt="sqlbackup"></td>   <td><strong>New! Safeguard your SQL backups</strong><br />Protect your backups from onsite disaster with SQL Backup Pro and a Hosted Storage account from Red Gate.  <a href="https://sqlbackup.red-gate.com/LogIn?utm_source=ssc&utm_medium=pubad&utm_content=safeguard_backups&utm_campaign=sqlbackup&utm_term=rss-20016">Learn more</a></td>  </tr> </tbody></table>

]]></description><guid>http://www.sqlservercentral.com/questions/XML/91951/</guid><pubDate>Wed, 01 Aug 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/questions/XML/91951/</link></item><item><title>XML index</title><description><![CDATA[<p></p>]]></description><guid>http://www.sqlservercentral.com/questions/Database+Design/91551/</guid><pubDate>Tue, 17 Jul 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/questions/Database+Design/91551/</link></item><item><title>Shredding a simple xml structure to a single row flat table</title><description><![CDATA[<p>I was helping out a user on the forums the other day where they were asking questions about shredding an...</p>]]></description><guid>http://www.sqlservercentral.com/blogs/rocks/2012/05/16/shredding-a-simple-xml-structure-to-a-single-row-flat-table/</guid><pubDate>Tue, 22 May 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/blogs/rocks/2012/05/16/shredding-a-simple-xml-structure-to-a-single-row-flat-table/</link></item><item><title>Learn XML</title><description><![CDATA[<p>Steve Jones talks about XML and how it will be more and more important for DBAs to understand this in the future.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Editorial/90430/</guid><pubDate>Thu, 03 May 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Editorial/90430/</link></item><item><title>Basics of XML and SQL Server, Part 5: Generate/Transmit XML with SSIS</title><description><![CDATA[<p>This SSIS package generates XML invoice documents from data stored in SQL Server, then FTPs and/or Emails them to clients.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Integration+Services+(SSIS)/77306/</guid><pubDate>Wed, 04 Apr 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Integration+Services+(SSIS)/77306/</link></item><item><title>Basics of XML and SQL Server, Part 4: Create an XML invoice with SSIS</title><description><![CDATA[<p>This article demonstrates how to build an SSIS package that generates an XML invoice document from data stored in SQL Server and saves it to an XML file.</p>]]></description><guid>http://www.sqlservercentral.com/articles/XML/87963/</guid><pubDate>Wed, 28 Mar 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/XML/87963/</link></item><item><title>Basics of XML and SQL Server, Part 3: Transform and Shred XML in SSIS</title><description><![CDATA[<p>This SSIS package performs multiple XSL transformations on an XML document, then shreds the transformed document and inserts its data into a SQL Server table.</p>]]></description><guid>http://www.sqlservercentral.com/articles/XML/87637/</guid><pubDate>Wed, 21 Mar 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/XML/87637/</link></item><item><title>Basics of  XML and SQL Server, Part 2: Shredding XML</title><description><![CDATA[<p>In Part 2 of this series we will shred an XML document and insert its records into a SQL Server table using both the OpenXML and XQuery methods.</p><!-- 12 Tools (SQL Dev Bundle)-->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/sql-development/sql-developer-bundle/?utm_source=ssc&utm_medium=pubad&utm_content=12_tools&utm_campaign=sqldeveloperbundle&utm_term=rss-20013"><img src="http://assets.red-gate.com/external/SSC/devbundle_68x68.gif" alt="sqldeveloperbundle"></td>   <td><strong>12 essential tools for database professionals</strong><br />The SQL Developer Bundle contains 12 tools designed with the SQL Server developer and DBA in mind.  <a href="http://www.red-gate.com/products/sql-development/sql-developer-bundle/?utm_source=ssc&utm_medium=pubad&utm_content=12_tools&utm_campaign=sqldeveloperbundle&utm_term=rss-20013">Try it now.</a></td>  </tr> </tbody></table>


]]></description><guid>http://www.sqlservercentral.com/articles/XML/87685/</guid><pubDate>Wed, 14 Mar 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/XML/87685/</link></item><item><title>Basics of XML and SQL Server, Part 1: Streaming XML</title><description><![CDATA[<p>This article demonstrates how to generate an XML stream from SQL Server using the 'FOR XML PATH' statement, and how to explore that XML stream interactively using an XSL transformation.</p>]]></description><guid>http://www.sqlservercentral.com/articles/XML/87539/</guid><pubDate>Wed, 07 Mar 2012 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/XML/87539/</link></item><item><title>Converting String Data to XML and XML to String Data</title><description><![CDATA[<p>In general XML documents or fragments are held in strings as text markup. In SQL Server, XML variables and columns are instead tokenised to allow rapid access to the data within. This is fine, but can cause some odd problems, such as ' entitization'. What do you do if you need to preserve the formatting? As usual Rob Sheldon comes to our aid. </p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/88280/</guid><pubDate>Tue, 07 Feb 2012 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/88280/</link></item><item><title>Introduction to XML DML (Part 3) - Using the modify() method: delete</title><description><![CDATA[<p>This is the last part of a 3 part blog which will attempt to show some different ways of how...</p>]]></description><guid>http://www.sqlservercentral.com/blogs/rocks/2012/02/02/introduction-to-xml-dml-part-3-using-the-modify-method-delete/</guid><pubDate>Mon, 06 Feb 2012 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/blogs/rocks/2012/02/02/introduction-to-xml-dml-part-3-using-the-modify-method-delete/</link></item></channel></rss>