﻿<?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 OPENROWSET</title><link>http://www.sqlservercentral.com/</link><description>Articles tagged OPENROWSET posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><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>Loading XML Data into SQL Server (SQL Spackle)</title><description><![CDATA[<p>Learn how to load data in an XML file into a table in SQL Server.</p>]]></description><guid>http://www.sqlservercentral.com/articles/XML/71659/</guid><pubDate>Mon, 03 Jan 2011 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/XML/71659/</link></item><item><title>Dynamic SQL execution on remote SQL Server using EXEC AT</title><description><![CDATA[<p>In this tip I am going to start my brief discussion with OPENQUERY and OPENROWSET table functions, its limitation and how the new EXEC AT command overcomes them.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/67114/</guid><pubDate>Tue, 09 Jun 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/67114/</link></item><item><title>Using the OPENROWSET function in SQL Server</title><description><![CDATA[<p>OPENROWSET is a handy tool for retrieving data. Find out how to use the OPENROWSET function for SQL Server and Microsoft Access.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/66739/</guid><pubDate>Tue, 05 May 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/66739/</link></item><item><title>Using OpenRowSet - SQL School Video</title><description><![CDATA[<p>This SQL School video from MVP Andy Warren shows you how to use the OpenRowSet command to access data stored outside of SQL Server.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Video/66411/</guid><pubDate>Tue, 31 Mar 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Video/66411/</link></item><item><title>Using OPENROWSET to read large files into SQL Server</title><description><![CDATA[<p>OPENROWSET is a T-SQL function that allows for reading data from many sources including using the SQL Server’s BULK import capability.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/65240/</guid><pubDate>Mon, 29 Dec 2008 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/65240/</link></item><item><title>Using SQL Servers OPENROWSET to break the rules</title><description><![CDATA[<p>Many times I would like to insert the results of a stored procedure into a table so I can do some extra processing with the result set. I always have to create the table first in order to perform an Insert Into Exec on the desired stored procedure since Exec Into is not an option. Is there a way to do this without having to manually create the table each time?</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/63900/</guid><pubDate>Thu, 14 Aug 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63900/</link></item></channel></rss>