﻿<?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 T-SQL, XML</title><link>http://www.sqlservercentral.com/</link><description>Content tagged T-SQL, XML posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Sales Order Workshop Part III</title><description>In the previous articles, Jacob Sebastian looked at using XML to save a sales order with variable numbers of line items to a SQL Server
2000 database. In this part, he expands upon the processing to access that data from multiple nodes.

</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/2911/</guid><pubDate>2007/04/03</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/2911/</link></item><item><title>Sales Order Workshop Part II</title><description>In the first part of this series, Jacob Sebastion showed us how to use XML to save a sales order to the database with a variable 
amount of line items. In part 2, he continues looking at XML in SQL Server 2000 with some advanced XML processing.
</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/2909/</guid><pubDate>2007/03/29</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/2909/</link></item><item><title>Saving a Sales Order Part 1</title><description>How many times have you tried to save a sales order to your database? For many DBAs this is a common scenario and one of the challenges is the many round trips for the various line items. Jacob Sebastian brings us the first part of a four part series looking at how you can use XML to reduce the round trips in SQL Server 2000.
</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/2908/</guid><pubDate>2007/03/27</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/2908/</link></item><item><title>Reducing Round Trips Part 4</title><description>The fourth and final installment in this series, this week Andy discusses how using XML can reduce the load you put on your network and on your server. This is a high level article that discusses concepts. We think you&amp;#39;ll find a good idea or two in this one!

</description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning/reducingroundtripspart4/665/</guid><pubDate>2004/04/23</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning/reducingroundtripspart4/665/</link></item><item><title>Replacing BCP with SQLBulkLoad</title><description>New Author! Stephan writes about why he thinks the bulk load capabilities added in the SQLXML3 addition are a great way to handle imports - maybe so good that you&amp;#39;ll stop using BCP.
</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/replacingbcpwithsqlbulkload/1055/</guid><pubDate>2003/07/21</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/replacingbcpwithsqlbulkload/1055/</link></item><item><title>Review of SQL 2000 Fast Answers</title><description>A monster book at 980 pages, it&amp;#39;s written in &amp;#39;how-to&amp;#39; format and has a ton of good material. Andy gave it the once over for us and reports back - see what he thinks!

</description><guid>http://www.sqlservercentral.com/articles/Installation/reviewofsql2000fastanswers/959/</guid><pubDate>2003/04/18</pubDate><link>http://www.sqlservercentral.com/articles/Installation/reviewofsql2000fastanswers/959/</link></item><item><title>Querying XML files using SQL 2000</title><description>One of the many useful features gained by SQL Server 2000 is the ability to handle XML documents. This means that any computer language capable of opening an XML files and calling SQL Server stored procedures can make use of this new ability. This article by David Poole shows you how!
</description><guid>http://www.sqlservercentral.com/articles/Advanced+Querying/queryingxmlfilesusingsql2000/822/</guid><pubDate>2002/10/11</pubDate><link>http://www.sqlservercentral.com/articles/Advanced+Querying/queryingxmlfilesusingsql2000/822/</link></item><item><title>Creating Stored Procedure Documentation with XML, SQL-DMO and XSLT</title><description>This article introduces TSQLDoc, a Windows Script Host script that extracts procedure metadata and embedded documentation comments from Transact-SQL stored procedures, generates XML documentation for every stored procedure in a database and optionally transforms the XML document into HTML or other format using XSLT.


</description><guid>http://www.sqlservercentral.com/articles/Stored+Procedures/tsqldoc/678/</guid><pubDate>2002/08/09</pubDate><link>http://www.sqlservercentral.com/articles/Stored+Procedures/tsqldoc/678/</link></item><item><title>Reducing Round Trips - Part 2</title><description>Last week Andy started a discussion of the various ways you can reduce the number of round trips to the server. This week he continues by looking at a method he used recently to do client side caching of data to eliminate the round trip altogether. Gotta read it!
</description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning/reducingroundtripspart2/588/</guid><pubDate>2002/02/06</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning/reducingroundtripspart2/588/</link></item><item><title>BizTalk and XML: Add E-Commerce to Your App with XML and SQL Server</title><description>XML support in SQL Server lives up to the hype that&amp;#39;s always surrounded XML. Using SQL Server 2000, you can send queries over HTTP, save XML records to the database, and retrieve records via XML. This article shows how you can take advantage of these features in SQL Server 2000 by building a database entry system that keeps track of sales and customer information.
</description><guid>http://www.sqlservercentral.com/redirect/articles/574/</guid><pubDate>2002/01/28</pubDate><link>http://www.sqlservercentral.com/redirect/articles/574/</link></item><item><title>XML Data Solutions</title><description>This sample is provided in conjunction with the MSDN Magazine article, &amp;#34;SQL Server 2000 and XML: Developing XML-Enabled Data Solutions for the Web.&amp;#34; This article presents and compares five data access approaches, using a variety of technologies including ASP and ADO, XSLT, and DirectXML. Once built, the solutions are compared on the basis of their speed and efficiency.
</description><guid>http://www.sqlservercentral.com/redirect/articles/575/</guid><pubDate>2002/01/18</pubDate><link>http://www.sqlservercentral.com/redirect/articles/575/</link></item><item><title>SQLXML 2.0 (XML for SQL Server 2000)</title><description>Microsoft® SQL Server 2000 introduced several new features for querying database tables and receiving the results as an XML document. Web release 1 of SQLXML (XML for SQL Server) added Updategrams and XML Bulk Load functionality, as well as a host of other features to the SQL Server 2000 base. 
</description><guid>http://www.sqlservercentral.com/redirect/articles/485/</guid><pubDate>2001/10/29</pubDate><link>http://www.sqlservercentral.com/redirect/articles/485/</link></item></channel></rss>