﻿<?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 Articles tagged XML</title><link>http://www.sqlservercentral.com/</link><description>Articles tagged XML posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Processing XML Showplans Using SQLCLR in SQL Server 2005</title><description>Build an application to extract a query's estimated execution cost from its XML showplan. Users can submit only those queries costing less than a predetermined threshold to a server running SQL Server 2005, thereby ensuring it is not overloaded with costly, long-running queries.</description><guid>http://www.sqlservercentral.com/redirect/articles/63710/</guid><pubDate>2008/07/14</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63710/</link></item><item><title>Performance Optimizations for the XML Data Type in SQL Server 2005</title><description>This paper explores several ideas to improve the query and data modification performance of the XML data type in Microsoft SQL Server 2005. To get the most value from this paper, you need to be familiar with the XML features in SQL Server 2005. For background material, see XML Support in Microsoft SQL Server 2005 and XML Best Practices for Microsoft SQL Server 2005 on the Microsoft Development Network (MSDN)</description><guid>http://www.sqlservercentral.com/redirect/articles/63709/</guid><pubDate>2008/07/14</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63709/</link></item><item><title>Loading XML data into SQL Server 2008</title><description>This article provides a step by step guide on how to create and configure an SSIS package which can be used to import XML data</description><guid>http://www.sqlservercentral.com/redirect/articles/63703/</guid><pubDate>2008/07/14</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63703/</link></item><item><title>XML Workshop XXI - Generating an ATOM 1.0 Feed with FOR XML EXPLICIT</title><description>This long running, and very popular, XML series continues with a look at building an ATOM feed with SQL Server.</description><guid>http://www.sqlservercentral.com/articles/XML/63535/</guid><pubDate>2008/07/16</pubDate><link>http://www.sqlservercentral.com/articles/XML/63535/</link></item><item><title>Where is the Query in XQuery?</title><description>Michael David discusses how XQuery was designed from the ground up to process hierarchical XML data, but it is still missing capabilities that a hierarchical query processor product should have and did have originally.</description><guid>http://www.sqlservercentral.com/redirect/articles/63624/</guid><pubDate>2008/07/14</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63624/</link></item><item><title>Reading XML documents using LINQ to XML </title><description>As XML has become a popular means to store data for ease of interoperability, how do we use LINQ to query XML data?</description><guid>http://www.sqlservercentral.com/redirect/articles/63530/</guid><pubDate>2008/07/09</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63530/</link></item><item><title>Create a computed column in SQL Server using XML data</title><description>Create a computed column in SQL Server using XML data and optimize SQL queries. Learn how to create a function for XQuery and use it within the computed column formula.</description><guid>http://www.sqlservercentral.com/redirect/articles/63445/</guid><pubDate>2008/06/25</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63445/</link></item><item><title>Introduction to XQuery in SQL Server 2005</title><description>This white paper provides an introduction to various features of XQuery implemented in SQL Server 2005 such as the FLWOR statement, operators in XQuery, if-then-else construct, XML constructors, built-in XQuery functions, type casting operators, and examples of how to use each of these features.</description><guid>http://www.sqlservercentral.com/redirect/articles/63190/</guid><pubDate>2008/06/20</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63190/</link></item><item><title>XML Workshop XX - Generating an RSS 2.0 Feed with TSQL(SQL server 2000)</title><description>SQL Server MVP Jacob Sebastian continues his very successful XML series with a foray into SQL Server 2000's XML capabilities for generating custom documents.</description><guid>http://www.sqlservercentral.com/articles/XML/63043/</guid><pubDate>2008/06/04</pubDate><link>http://www.sqlservercentral.com/articles/XML/63043/</link></item><item><title>XML Workshop XIX - Generating an ATOM 1.0 Feed</title><description>Continuing on with his amazing series on XML, SQL Server MVP Jacob Sebastian shows us how to use XML in SQL Server 2005 to generate an ATOM feed.</description><guid>http://www.sqlservercentral.com/articles/XML/62931/</guid><pubDate>2008/05/15</pubDate><link>http://www.sqlservercentral.com/articles/XML/62931/</link></item><item><title>Using XML to pass Multi-Select parameters from SSRS to SQL Server</title><description>How to use XML to pass Multi-Select parameters from Reporting Services to SQL Server.</description><guid>http://www.sqlservercentral.com/articles/Reporting+Services/62731/</guid><pubDate>2008/05/08</pubDate><link>http://www.sqlservercentral.com/articles/Reporting+Services/62731/</link></item><item><title>Constructing XML using 'FOR XML'</title><description>Over the past few years, software developers have used various kinds of technologies to retrieve data from relational databases. SQL Server 2000 is the first Microsoft DBMS to fully support XML. In this article the author concentrates on the FOR XML clause in SQL Server versions, 2000 and 2005. Click on title for more</description><guid>http://www.sqlservercentral.com/redirect/articles/62916/</guid><pubDate>2008/05/07</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62916/</link></item><item><title>Retrieve XML data values with XQuery in SQL Server 2005</title><description>Use XQuery scripting language to retrieve specific XML data type values in SQL Server. Learn to script and use Value() and Query() to retrieve single and multiple XML values.</description><guid>http://www.sqlservercentral.com/redirect/articles/62841/</guid><pubDate>2008/04/24</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62841/</link></item><item><title>Sending scheduled SQL query results via HTML e-mail using SSIS</title><description>Send SQL query results as HTML-formatted e-mail using SQL Server Integration Services.</description><guid>http://www.sqlservercentral.com/articles/SSIS/62678/</guid><pubDate>2008/04/23</pubDate><link>http://www.sqlservercentral.com/articles/SSIS/62678/</link></item><item><title>XML Workshop XVIII - Generating an RSS 2.0 Feed with TSQL</title><description>Continuing on with part 18 of his series, MVP Jacob Sebastian examines building an RSS feed in T-SQL.</description><guid>http://www.sqlservercentral.com/articles/XML/62661/</guid><pubDate>2008/04/09</pubDate><link>http://www.sqlservercentral.com/articles/XML/62661/</link></item><item><title>XML Workshop XVII - Writing a LOOP to process XML elements in TSQL</title><description>Jacob Sebastian brings a little more complexity to working with XML documents. Here we learn how to iterate through a document and use each node and perform some action on each one.</description><guid>http://www.sqlservercentral.com/articles/XML/62290/</guid><pubDate>2008/03/26</pubDate><link>http://www.sqlservercentral.com/articles/XML/62290/</link></item><item><title>XML Workshop XVI - Shaping the XML results</title><description>Continuing on with his series, Jacob Sebastian shows how you can shape the query results to a certain pre-defined XML structure in this article.</description><guid>http://www.sqlservercentral.com/articles/XML/62289/</guid><pubDate>2008/03/19</pubDate><link>http://www.sqlservercentral.com/articles/XML/62289/</link></item><item><title>XML Workshop XV - Accessing FOR XML results with ADO.NET</title><description>The next installment of Jacob Sebastian's great series on XML looks at how a .NET application might consume XML data returned from SQL Server.</description><guid>http://www.sqlservercentral.com/articles/XML/62054/</guid><pubDate>2008/03/12</pubDate><link>http://www.sqlservercentral.com/articles/XML/62054/</link></item><item><title>The SQL Server 2005 XML Temptress</title><description>SQL Server 2005 has greatly expanded the XML capabilities of this platform, but should you use it in your database? New author and 
MVP Simon Munro brings us a look at how he has used XML and where it might fit in your database.
</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/2920/</guid><pubDate>2008/03/11</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/2920/</link></item><item><title>Add Custom XML Documentation Capability To Your SQL Code</title><description>By adding XML-based documentation capability to your SQL code, you can automatically extract and format tagged comments into a complete API documentation set for your SQL libraries. </description><guid>http://www.sqlservercentral.com/redirect/articles/62140/</guid><pubDate>2008/02/20</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62140/</link></item><item><title>XML Workshop XIV - Generating an XML Tree</title><description>Continuing on with his comprehensive series on XML, Jacob Sebastian shows us how to generate a tree of parent-child data using XML.</description><guid>http://www.sqlservercentral.com/articles/61821/</guid><pubDate>2008/02/13</pubDate><link>http://www.sqlservercentral.com/articles/61821/</link></item><item><title>XML data type in SQL Server 2005 vs. VARCHAR (MAX)</title><description>Learn performance impacts of the XML data type and VARCHAR (MAX) data type in SQL Server 2005. Here are storage, I/O and CPU results of XML in SQL Server.</description><guid>http://www.sqlservercentral.com/redirect/articles/62137/</guid><pubDate>2008/02/08</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62137/</link></item><item><title>I've Got the XML - Now What?</title><description>Getting a result set of XML is the easy part, but what about exporting the data in a human readable format? Most DBAs don't
spend a lot of time formatting XML output, but it doesn't hurt to know how. New author David McKinney brings us a technique for generating an XML article and then using SSIS and XSL to transform it into an HTML page.

</description><guid>http://www.sqlservercentral.com/articles/XSL/2831/</guid><pubDate>2008/01/28</pubDate><link>http://www.sqlservercentral.com/articles/XSL/2831/</link></item><item><title>XML IN 20 MINUTES!</title><description>This article will quickly dive head first right into XML.




</description><guid>http://www.sqlservercentral.com/articles/Basics/20010422115709/78/</guid><pubDate>2008/01/04</pubDate><link>http://www.sqlservercentral.com/articles/Basics/20010422115709/78/</link></item><item><title>XML Workshop XIII - XSD And Variable Content Containers</title><description>Continuing on with his highly popular XML series, Jacob Sebastian looks at variable content and stylesheets in your SQL content.</description><guid>http://www.sqlservercentral.com/articles/XML/61462/</guid><pubDate>2007/12/19</pubDate><link>http://www.sqlservercentral.com/articles/XML/61462/</link></item><item><title>Serve SQL Data in XML Format</title><description>Ivan Pepelnjak describes a few ways to extract data from SQL databases and serve it to an AJAX application running in a web browser.</description><guid>http://www.sqlservercentral.com/redirect/articles/61633/</guid><pubDate>2007/12/19</pubDate><link>http://www.sqlservercentral.com/redirect/articles/61633/</link></item><item><title>Reporting Services: Using XML and Web Service Data Sources</title><description>This white paper consolidates general information, best practices, and tips for designing Microsoft SQL Server Reporting Services (SSRS) reports. It is intended to provide a starting point for design questions and an overview of some of the capabilities of Reporting Services.</description><guid>http://www.sqlservercentral.com/redirect/articles/61647/</guid><pubDate>2007/12/13</pubDate><link>http://www.sqlservercentral.com/redirect/articles/61647/</link></item><item><title>XML Workshop XII - Parsing a delimited string</title><description>Continuing with his series on XML structures, this article looks at how to split a string up using XQUERY.</description><guid>http://www.sqlservercentral.com/articles/XML/61618/</guid><pubDate>2007/12/05</pubDate><link>http://www.sqlservercentral.com/articles/XML/61618/</link></item><item><title>Storing XML Data in a Relational Database</title><description>Use familiar XML markup to extend the capabilities of your relational database.</description><guid>http://www.sqlservercentral.com/redirect/articles/61631/</guid><pubDate>2007/12/05</pubDate><link>http://www.sqlservercentral.com/redirect/articles/61631/</link></item><item><title>Importing XML Files Into SQL Server</title><description>Have you ever received an XML file from someone to import into SQL Server? It&amp;#39;s not as easy as you might expect, especially in SQL Server 2000. New author Steve Moore brings us an article and code on how to do just that.

</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/importingxmlfilesintosqlserver/2262/</guid><pubDate>2007/11/23</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/importingxmlfilesintosqlserver/2262/</link></item></channel></rss>