<?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>SQL Slayer &#187; &#8220;is neither a DataColumn nor a DataRelation for table summary. (System.Data)”</title>
	<atom:link href="http://www.sqlslayer.com/wp/tag/is-neither-a-datacolumn-nor-a-datarelation-for-table-summary-system-data%e2%80%9d/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sqlslayer.com/wp</link>
	<description>Making SQL do what we want it to do.</description>
	<lastBuildDate>Mon, 12 Dec 2011 13:53:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>“RowGUID is neither a DataColumn nor a DataRelation for table summary. (System.Data)”</title>
		<link>http://www.sqlslayer.com/wp/2010/01/08/%e2%80%9crowguid-is-neither-a-datacolumn-nor-a-datarelation-for-table-summary-system-data%e2%80%9d/</link>
		<comments>http://www.sqlslayer.com/wp/2010/01/08/%e2%80%9crowguid-is-neither-a-datacolumn-nor-a-datarelation-for-table-summary-system-data%e2%80%9d/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 15:41:12 +0000</pubDate>
		<dc:creator>mlakarj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA["is neither a DataColumn nor a DataRelation for table summary. (System.Data)”]]></category>
		<category><![CDATA[SQL SERVER 2005]]></category>

		<guid isPermaLink="false">http://www.sqlslayer.com/wp/?p=187</guid>
		<description><![CDATA[<p>We had merge replication in SQL Server 2005 set up that was working fine, except when trying to view conflicts, the Conflict Viewer would give this error: “RowGUID is neither a DataColumn nor a DataRelation for table summary. (System.Data)”.</p>
<p>The source of this it turns out was actually a period in the Publication name, as we [...]]]></description>
			<content:encoded><![CDATA[<p>We had merge replication in SQL Server 2005 set up that was working fine, except when trying to view conflicts, the Conflict Viewer would give this error: “RowGUID is neither a DataColumn nor a DataRelation for table summary. (System.Data)”.</p>
<p>The source of this it turns out was actually a period in the Publication name, as we had a “6.1” as part of the name.  Other special characters would probably also cause trouble.  </p>
<p>The only way to fix this was to drop the replication, resolve known conflicts manually with a data compare, recreate the replication, and reinitialize.  After that, we could use the Conflict Viewer to resolve conflicts successfully.  </p>
<p>This was a frustrating issue since the replication was allowed to be created with the period and worked completely fine, only the Conflict Viewer experienced trouble and it gave an error that did not accurately describe the issue.</p>
<p>The moral of the story is:  don’t create a publication with a period in the name.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sqlslayer.com/wp/2010/01/08/%e2%80%9crowguid-is-neither-a-datacolumn-nor-a-datarelation-for-table-summary-system-data%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

