<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Fix : Error : Msg 9514, Level 16, State 1, Line 1 Xml data type is not supported in distributed queries. Remote object &#8216;OPENROWSET&#8217; has xml column(s).</title>
	<atom:link href="http://blog.sqlauthority.com/2007/06/09/sql-server-fix-error-msg-9514-level-16-state-1-line-1-xml-data-type-is-not-supported-in-distributed-queries-remote-object-openrowset-has-xml-columns/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/06/09/sql-server-fix-error-msg-9514-level-16-state-1-line-1-xml-data-type-is-not-supported-in-distributed-queries-remote-object-openrowset-has-xml-columns/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 09 Feb 2012 19:36:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/06/09/sql-server-fix-error-msg-9514-level-16-state-1-line-1-xml-data-type-is-not-supported-in-distributed-queries-remote-object-openrowset-has-xml-columns/#comment-145734</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Mon, 04 Jul 2011 10:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/09/sql-server-fix-error-msg-9514-level-16-state-1-line-1-xml-data-type-is-not-supported-in-distributed-queries-remote-object-openrowset-has-xml-columns/#comment-145734</guid>
		<description><![CDATA[Are the servers of the same version? Can you post the query?]]></description>
		<content:encoded><![CDATA[<p>Are the servers of the same version? Can you post the query?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashish</title>
		<link>http://blog.sqlauthority.com/2007/06/09/sql-server-fix-error-msg-9514-level-16-state-1-line-1-xml-data-type-is-not-supported-in-distributed-queries-remote-object-openrowset-has-xml-columns/#comment-145699</link>
		<dc:creator><![CDATA[ashish]]></dc:creator>
		<pubDate>Mon, 04 Jul 2011 08:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/09/sql-server-fix-error-msg-9514-level-16-state-1-line-1-xml-data-type-is-not-supported-in-distributed-queries-remote-object-openrowset-has-xml-columns/#comment-145699</guid>
		<description><![CDATA[Hi ,

I am firing trigger on table which will i have to update one column on another server of table..  but i am getting error... as belows.......

Xml data type is not supported in distributed queries. 

table which i have to update using trigger have one xml column but i am not updating that column..


Thanks....]]></description>
		<content:encoded><![CDATA[<p>Hi ,</p>
<p>I am firing trigger on table which will i have to update one column on another server of table..  but i am getting error&#8230; as belows&#8230;&#8230;.</p>
<p>Xml data type is not supported in distributed queries. </p>
<p>table which i have to update using trigger have one xml column but i am not updating that column..</p>
<p>Thanks&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R</title>
		<link>http://blog.sqlauthority.com/2007/06/09/sql-server-fix-error-msg-9514-level-16-state-1-line-1-xml-data-type-is-not-supported-in-distributed-queries-remote-object-openrowset-has-xml-columns/#comment-99377</link>
		<dc:creator><![CDATA[R]]></dc:creator>
		<pubDate>Fri, 12 Nov 2010 18:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/09/sql-server-fix-error-msg-9514-level-16-state-1-line-1-xml-data-type-is-not-supported-in-distributed-queries-remote-object-openrowset-has-xml-columns/#comment-99377</guid>
		<description><![CDATA[Your website is a bible for SQL beginners. At least for me.

Thanks a lot
R]]></description>
		<content:encoded><![CDATA[<p>Your website is a bible for SQL beginners. At least for me.</p>
<p>Thanks a lot<br />
R</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rafi</title>
		<link>http://blog.sqlauthority.com/2007/06/09/sql-server-fix-error-msg-9514-level-16-state-1-line-1-xml-data-type-is-not-supported-in-distributed-queries-remote-object-openrowset-has-xml-columns/#comment-92320</link>
		<dc:creator><![CDATA[rafi]]></dc:creator>
		<pubDate>Tue, 12 Oct 2010 14:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/09/sql-server-fix-error-msg-9514-level-16-state-1-line-1-xml-data-type-is-not-supported-in-distributed-queries-remote-object-openrowset-has-xml-columns/#comment-92320</guid>
		<description><![CDATA[workaround that worked for me - create view to the XML-containing table on the remote server excluding(if you don&#039;t need it) or converting the XML columns to nvarchar... this will &quot;mask&quot; it to the SQL engine enough to accept distributed query...]]></description>
		<content:encoded><![CDATA[<p>workaround that worked for me &#8211; create view to the XML-containing table on the remote server excluding(if you don&#8217;t need it) or converting the XML columns to nvarchar&#8230; this will &#8220;mask&#8221; it to the SQL engine enough to accept distributed query&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/06/09/sql-server-fix-error-msg-9514-level-16-state-1-line-1-xml-data-type-is-not-supported-in-distributed-queries-remote-object-openrowset-has-xml-columns/#comment-59780</link>
		<dc:creator><![CDATA[Pinal Dave]]></dc:creator>
		<pubDate>Fri, 15 Jan 2010 09:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/09/sql-server-fix-error-msg-9514-level-16-state-1-line-1-xml-data-type-is-not-supported-in-distributed-queries-remote-object-openrowset-has-xml-columns/#comment-59780</guid>
		<description><![CDATA[Hi Brett,

How are you inserting the records? In SSIS there is feature to ignore and store such problem records.
Otherwise you can insert only left 8000 character using LEFT or SUBSTRING t-sql function.

Regards,
Pinal Dave]]></description>
		<content:encoded><![CDATA[<p>Hi Brett,</p>
<p>How are you inserting the records? In SSIS there is feature to ignore and store such problem records.<br />
Otherwise you can insert only left 8000 character using LEFT or SUBSTRING t-sql function.</p>
<p>Regards,<br />
Pinal Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett</title>
		<link>http://blog.sqlauthority.com/2007/06/09/sql-server-fix-error-msg-9514-level-16-state-1-line-1-xml-data-type-is-not-supported-in-distributed-queries-remote-object-openrowset-has-xml-columns/#comment-59760</link>
		<dc:creator><![CDATA[Brett]]></dc:creator>
		<pubDate>Thu, 14 Jan 2010 21:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/09/sql-server-fix-error-msg-9514-level-16-state-1-line-1-xml-data-type-is-not-supported-in-distributed-queries-remote-object-openrowset-has-xml-columns/#comment-59760</guid>
		<description><![CDATA[Hi

When any single row of the selected set has an xml data column exceeding varchar(max) in size (8000 on our instance), the whole query fails.  

Can you suggest how I can take the first 8000 characters of these problem records - perhaps truncating the xml field prior to casting or casting with truncation?

Many Thanks
Brett]]></description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>When any single row of the selected set has an xml data column exceeding varchar(max) in size (8000 on our instance), the whole query fails.  </p>
<p>Can you suggest how I can take the first 8000 characters of these problem records &#8211; perhaps truncating the xml field prior to casting or casting with truncation?</p>
<p>Many Thanks<br />
Brett</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akila</title>
		<link>http://blog.sqlauthority.com/2007/06/09/sql-server-fix-error-msg-9514-level-16-state-1-line-1-xml-data-type-is-not-supported-in-distributed-queries-remote-object-openrowset-has-xml-columns/#comment-53108</link>
		<dc:creator><![CDATA[Akila]]></dc:creator>
		<pubDate>Fri, 19 Jun 2009 09:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/09/sql-server-fix-error-msg-9514-level-16-state-1-line-1-xml-data-type-is-not-supported-in-distributed-queries-remote-object-openrowset-has-xml-columns/#comment-53108</guid>
		<description><![CDATA[Hi,

I am archiving data from source table having xml datatype and I am not allowed to create any new objects in the source.
So I am unable to use the common work around of converting the xml datatype to varchar while inserting data through link server.

Kindly help me to load xml data from source to target with link server.

Thanks,
Akila.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am archiving data from source table having xml datatype and I am not allowed to create any new objects in the source.<br />
So I am unable to use the common work around of converting the xml datatype to varchar while inserting data through link server.</p>
<p>Kindly help me to load xml data from source to target with link server.</p>
<p>Thanks,<br />
Akila.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AV</title>
		<link>http://blog.sqlauthority.com/2007/06/09/sql-server-fix-error-msg-9514-level-16-state-1-line-1-xml-data-type-is-not-supported-in-distributed-queries-remote-object-openrowset-has-xml-columns/#comment-42734</link>
		<dc:creator><![CDATA[AV]]></dc:creator>
		<pubDate>Fri, 12 Sep 2008 15:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/09/sql-server-fix-error-msg-9514-level-16-state-1-line-1-xml-data-type-is-not-supported-in-distributed-queries-remote-object-openrowset-has-xml-columns/#comment-42734</guid>
		<description><![CDATA[What are the permissions that are needed to be established on the remote server?


Is there a workaround using linked server?]]></description>
		<content:encoded><![CDATA[<p>What are the permissions that are needed to be established on the remote server?</p>
<p>Is there a workaround using linked server?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

