<?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>Skratchdot &#187; SQL</title>
	<atom:link href="http://skratchdot.com/category/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://skratchdot.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Dec 2009 21:02:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cannot insert duplicate key row in object &#8216;xxx&#8217; with unique index &#8216;yyy&#8217;</title>
		<link>http://skratchdot.com/2009/09/cannot-insert-duplicate-key-row-in-object-xxx-with-unique-index-yyy/</link>
		<comments>http://skratchdot.com/2009/09/cannot-insert-duplicate-key-row-in-object-xxx-with-unique-index-yyy/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 22:31:06 +0000</pubDate>
		<dc:creator>skratchdot.com</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL Server 2005]]></category>

		<guid isPermaLink="false">http://skratchdot.com/?p=87</guid>
		<description><![CDATA[The other month I ran into an issue when trying to run a simple update statement on a table in SQL Server 2005.  The error I was receiving was:
	<b>Cannot insert duplicate key row in object 'MyProductView' with unique index 'IXCL_MyProductView'</b>]]></description>
		<wfw:commentRss>http://skratchdot.com/2009/09/cannot-insert-duplicate-key-row-in-object-xxx-with-unique-index-yyy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
