<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>belle's sql musings &#187; SQLXML</title>
	<atom:link href="http://www.sqlmusings.com/category/sqlxml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sqlmusings.com</link>
	<description>ramblings, discoveries, tutorials on sql server and other database stuff</description>
	<lastBuildDate>Sat, 04 Feb 2012 21:16:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>SQL Server XML Red Gate Ebook, XQuery Labs</title>
		<link>http://www.sqlmusings.com/2009/06/08/sql-server-xml-red-gate-ebook-xquery-labs/</link>
		<comments>http://www.sqlmusings.com/2009/06/08/sql-server-xml-red-gate-ebook-xquery-labs/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 02:35:09 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[DBA Toolbox / T-SQL Scripts]]></category>
		<category><![CDATA[Ebooks]]></category>
		<category><![CDATA[Resources/References]]></category>
		<category><![CDATA[SQLXML]]></category>
		<category><![CDATA[T-SQL Tips and Tricks]]></category>
		<category><![CDATA[Ebook]]></category>
		<category><![CDATA[SQLXML How To]]></category>
		<category><![CDATA[XSD]]></category>

		<guid isPermaLink="false">http://www.sqlmusings.com/?p=924</guid>
		<description><![CDATA[Jacob Sebastian is a SQL Server XML Guru! Check out his collection for XQUery Labs. This is the first 12 of his series, and right now he has 43 and counting: XQuery Sample Scripts * XQuery Lab 1 &#8211; Transforming rows to columns * XQuery Lab 2 &#8211; An example using OUTER APPLY * XQuery [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2009/06/08/sql-server-xml-red-gate-ebook-xquery-labs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQLXML : How to Work With XML Elements (or Nodes) in SQL Server</title>
		<link>http://www.sqlmusings.com/2009/04/12/sqlxml-how-to-work-with-xml-elements-or-nodes-in-sql-server/</link>
		<comments>http://www.sqlmusings.com/2009/04/12/sqlxml-how-to-work-with-xml-elements-or-nodes-in-sql-server/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 07:02:38 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[SQLXML]]></category>
		<category><![CDATA[T-SQL Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[SQLXML How To]]></category>

		<guid isPermaLink="false">http://www.sqlmusings.com/?p=645</guid>
		<description><![CDATA[Assume this is your XML snippet Note that the examples below show how you can manipulate XML nodes &#8211; but most operations require singleton values. Ie, the changes must affect one and only one node. Thus in most the examples we specify the index of the node we want to target. For example: which means [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2009/04/12/sqlxml-how-to-work-with-xml-elements-or-nodes-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>SQLXML : How to Merge Two Nodes Using FOR XML PATH</title>
		<link>http://www.sqlmusings.com/2009/04/09/sqlxml-how-to-merge-two-nodes-using-for-xml-path/</link>
		<comments>http://www.sqlmusings.com/2009/04/09/sqlxml-how-to-merge-two-nodes-using-for-xml-path/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 06:29:35 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[SQLXML]]></category>

		<guid isPermaLink="false">http://www.sqlmusings.com/?p=624</guid>
		<description><![CDATA[Share : No related posts.

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2009/04/09/sqlxml-how-to-merge-two-nodes-using-for-xml-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQLXML : How to Use SQL Server XML Function exist()</title>
		<link>http://www.sqlmusings.com/2009/04/08/sqlxml-how-to-use-sql-server-xml-function-exist/</link>
		<comments>http://www.sqlmusings.com/2009/04/08/sqlxml-how-to-use-sql-server-xml-function-exist/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 06:14:26 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[SQLXML]]></category>

		<guid isPermaLink="false">http://www.sqlmusings.com/?p=617</guid>
		<description><![CDATA[Share : No related posts.

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2009/04/08/sqlxml-how-to-use-sql-server-xml-function-exist/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>SQLXML : How to Join Multiple XML Snippets (using query() and UNION ALL)</title>
		<link>http://www.sqlmusings.com/2009/04/04/sqlxml-how-to-join-multiple-xml-snippets-using-query-and-union-all/</link>
		<comments>http://www.sqlmusings.com/2009/04/04/sqlxml-how-to-join-multiple-xml-snippets-using-query-and-union-all/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 06:04:06 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[SQLXML]]></category>

		<guid isPermaLink="false">http://www.sqlmusings.com/?p=599</guid>
		<description><![CDATA[Share : No related posts.

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2009/04/04/sqlxml-how-to-join-multiple-xml-snippets-using-query-and-union-all/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQLXML : How To Save XML Query Results to a File Using BCP</title>
		<link>http://www.sqlmusings.com/2009/03/21/sqlxml-how-to-save-xml-query-results-to-a-file-using-bcp/</link>
		<comments>http://www.sqlmusings.com/2009/03/21/sqlxml-how-to-save-xml-query-results-to-a-file-using-bcp/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 13:20:29 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[musings]]></category>
		<category><![CDATA[SQLXML]]></category>
		<category><![CDATA[T-SQL Tips and Tricks]]></category>
		<category><![CDATA[bcp]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[SQL XML]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.sqlmusings.com/2009/03/21/sqlxml-how-to-save-xml-query-results-to-a-file-using-bcp/</guid>
		<description><![CDATA[One way to save your XML query results to the file system is by using bcp (bulk copy program). Be aware of the following before deciding to use bcp for your regular export requirements: bcp is a program external to SSMS. If you need to use this from within your scripts, you will need to [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2009/03/21/sqlxml-how-to-save-xml-query-results-to-a-file-using-bcp/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>SQLXML : How to Bulk Load XML From a File Using OPENXML</title>
		<link>http://www.sqlmusings.com/2009/03/20/sqlxml-how-to-bulk-load-xml-from-a-file-using-openxml/</link>
		<comments>http://www.sqlmusings.com/2009/03/20/sqlxml-how-to-bulk-load-xml-from-a-file-using-openxml/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 07:45:38 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[DBA Toolbox / T-SQL Scripts]]></category>
		<category><![CDATA[SQLXML]]></category>
		<category><![CDATA[T-SQL Tips and Tricks]]></category>
		<category><![CDATA[OPENXML]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL XML]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.sqlmusings.com/2009/03/20/sqlxml-how-to-bulk-load-xml-from-a-file-using-openxml/</guid>
		<description><![CDATA[Using OPENXML you can import XML documents into an XML variable, or into a table that has XML columns. The following is an example: 1: -- ========================================================================== 2: -- Object : OPENXML1.sql 3: -- Object Type : Script 4: -- Description : Various examples 5: -- Developer : Donabel Santos 6: -- Origin : 2008/08/17 [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2009/03/20/sqlxml-how-to-bulk-load-xml-from-a-file-using-openxml/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SQLXML : How to Alter Existing Column Schema (XSD)</title>
		<link>http://www.sqlmusings.com/2009/03/19/sqlxml-how-to-alter-existing-column-schema-xsd/</link>
		<comments>http://www.sqlmusings.com/2009/03/19/sqlxml-how-to-alter-existing-column-schema-xsd/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 05:43:10 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[SQLXML]]></category>
		<category><![CDATA[T-SQL Tips and Tricks]]></category>
		<category><![CDATA[ALTER]]></category>
		<category><![CDATA[Schema]]></category>
		<category><![CDATA[XSD]]></category>

		<guid isPermaLink="false">http://www.sqlmusings.com/2009/03/19/sqlxml-how-to-alter-existing-column-schema-xsd/</guid>
		<description><![CDATA[Sometimes you may need to change schema definitions in existing columns. The following shows an example of how you can do this: 1: -- drop the XML schema from existing column definitions 2: ALTER TABLE AD 3: ALTER COLUMN Title xml 4:&#160; 5: -- DROP IF EXISTS 6: IF EXISTS (SELECT name 7: FROM sys.xml_schema_collections [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2009/03/19/sqlxml-how-to-alter-existing-column-schema-xsd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

