<?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>Codehauerei Schwarz &#187; OPENROWSET</title>
	<atom:link href="http://codehauerei-schwarz.de/tag/openrowset/feed/" rel="self" type="application/rss+xml" />
	<link>http://codehauerei-schwarz.de</link>
	<description>.NET SQL-Server &#38; more</description>
	<lastBuildDate>Mon, 28 Mar 2011 08:38:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>X-Server SQL Query Template mit OPENROWSET</title>
		<link>http://codehauerei-schwarz.de/2009/11/04/x-server-sql-query-template-mit-openrowset/</link>
		<comments>http://codehauerei-schwarz.de/2009/11/04/x-server-sql-query-template-mit-openrowset/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 14:38:40 +0000</pubDate>
		<dc:creator>Andreas Schwarz</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[OPENROWSET]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://codehauerei-schwarz.de/?p=113</guid>
		<description><![CDATA[SELECT * FROM OPENROWSET ('MSDASQL', 'DRIVER={SQL Server};SERVER=zensiert;UID=zensiert;PWD=zensiert, Testdatenbank.Schema.TestTabelle) WHERE ... Um dieses Feature nutzen zu können muss folgendes Setting aktiviert sein EXEC sp_configure 'Ad Hoc Distributed Queries', '1' RECONFIGURE http://technet.microsoft.com/de-de/library/ms187569.aspx]]></description>
			<content:encoded><![CDATA[<pre class="brush:[sql]">SELECT * FROM OPENROWSET
      ('MSDASQL', 'DRIVER={SQL Server};SERVER=zensiert;UID=zensiert;PWD=zensiert,
      Testdatenbank.Schema.TestTabelle) 

      WHERE ...</pre>
<p>Um dieses Feature nutzen zu können muss folgendes Setting aktiviert sein</p>
<pre class="brush:[sql]">EXEC sp_configure 'Ad Hoc Distributed Queries', '1' RECONFIGURE</pre>
<p>http://technet.microsoft.com/de-de/library/ms187569.aspx</p>
]]></content:encoded>
			<wfw:commentRss>http://codehauerei-schwarz.de/2009/11/04/x-server-sql-query-template-mit-openrowset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

