﻿<?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 Scripts tagged XML</title><link>http://www.sqlservercentral.com/</link><description>Scripts tagged XML posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><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>OPEN XML Join</title><description><![CDATA[<p>This is an example of joining two group nodes using openxml.. In case you have an xml field in the database that you may query</p>]]></description><guid>http://www.sqlservercentral.com/scripts/OpenXML/72260/</guid><pubDate>Fri, 04 Feb 2011 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/OpenXML/72260/</link></item><item><title>Stored procedure to script tables, has many options</title><description><![CDATA[<p>I needed a fast way of creating identical copies of multiple tables. The criteria was to make identical copies of tables for a specific schema. Well there it started.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL/72179/</guid><pubDate>Tue, 01 Feb 2011 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL/72179/</link></item><item><title>Another way to get a table list from a string </title><description><![CDATA[<p>I prepared this version (my original did not used XML)
By being helped by forums feedback from SQL central
Forward it to yours peers.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL/70276/</guid><pubDate>Tue, 15 Jun 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL/70276/</link></item><item><title>SQL Server 2005 - Work with Flat Files</title><description><![CDATA[<p>It's a scripts about working with Flat Files</p>]]></description><guid>http://www.sqlservercentral.com/scripts/ETL/68399/</guid><pubDate>Tue, 03 Nov 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/ETL/68399/</link></item><item><title>Script SQL Table Schema as XML-XSD</title><description><![CDATA[<p>When creating XML messages for Service Broker or other applications use this simple method to build a validation XSD.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/XML/68390/</guid><pubDate>Wed, 28 Oct 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/XML/68390/</link></item><item><title>Table-Valued Function to Split Strings with Xml</title><description><![CDATA[<p>Splits a string using the xml parser.</p><!-- disturbing m1(DBA 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/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m1&utm_campaign=sqldbabundle&utm_term=rss-20232"><img src="http://assets.red-gate.com/external/SSC/top5_68x68.gif" alt="sqldbabundle"></td>   <td><strong>‘Disturbing Development’</strong><br />Grant Fritchey & the DBA Team present the latest installment of the Top 5 hard-earned lessons of a DBA –  <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m1&utm_campaign=sqldbabundle&utm_term=rss-20232">read it now</a></td>  </tr> </tbody></table>



]]></description><guid>http://www.sqlservercentral.com/scripts/XML/67387/</guid><pubDate>Wed, 08 Jul 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/XML/67387/</link></item><item><title>Export/import relational data across SQL Servers</title><description><![CDATA[<p>The XportXML utility, will help you copy relational data (a bunch of related tables) to another SQL Server keeping the relational integrity intact, even when new primary keys are generated.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/Export/67345/</guid><pubDate>Fri, 03 Jul 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/Export/67345/</link></item><item><title>XML Bulk Dynamic Inserting Records</title><description><![CDATA[<p>Inserting XML bulk Records into Corresponding tables.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/XML/65047/</guid><pubDate>Sat, 22 Nov 2008 07:47:24 UT</pubDate><link>http://www.sqlservercentral.com/scripts/XML/65047/</link></item><item><title>Create a single string from an entire table</title><description><![CDATA[<p>I have a need to pass an entire table of data as a parameter to a COM+ component. I found that a simple XML call did the job.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/XML/64366/</guid><pubDate>Mon, 15 Sep 2008 11:16:41 UT</pubDate><link>http://www.sqlservercentral.com/scripts/XML/64366/</link></item><item><title>XML Parsing</title><description><![CDATA[<p>Scripts parses a XML string to get its values</p>]]></description><guid>http://www.sqlservercentral.com/scripts/63983/</guid><pubDate>Thu, 07 Aug 2008 12:01:16 UT</pubDate><link>http://www.sqlservercentral.com/scripts/63983/</link></item><item><title>XML Index</title><description><![CDATA[<p>Checking XML indexs with a sample.</p>]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL/63781/</guid><pubDate>Fri, 19 Sep 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL/63781/</link></item></channel></rss>