 




<?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/"
		>
<channel>
	<title>Comments on: Importing Data in SQL Server 2000.     &#8220;Integrity violation error&#8221; in RowID column</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/importing-data-in-sql-server-2000-integrity-violation-error-in-rowid-column/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/importing-data-in-sql-server-2000-integrity-violation-error-in-rowid-column/</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 05:05:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: happygene</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/importing-data-in-sql-server-2000-integrity-violation-error-in-rowid-column/#comment-37348</link>
		<dc:creator>happygene</dc:creator>
		<pubDate>Fri, 08 Apr 2005 11:12:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-37348</guid>
		<description><![CDATA[K,

I second the above reccommendations, but what I.ve started doing is DTS.ing or BC.ing the data into a plain vanilla table (*no* triggers, keys, rel.s, etc.) and then querying those rows into my real table.  SS will handle the auto fields for you.  It is a procedure beyond what we expect to have to use based on the advertised capabilities of DTS, but it *always* works for me.

You can even sp this to create the temp, fill it up, and then append/update and drop the temp.

Also, if you.re popping a foreign key during this, insert appropriate constraint dropping/adding verbage into the sp.  When you test, don.t immediately worry about poor response if users are in the tables because SS has to work the table altering into a series of transactions so that existing rel.s and triggers aren.t bypassed by client requests.

Good luck,
:) Gene]]></description>
		<content:encoded><![CDATA[<p>K,</p>
<p>I second the above reccommendations, but what I.ve started doing is DTS.ing or BC.ing the data into a plain vanilla table (*no* triggers, keys, rel.s, etc.) and then querying those rows into my real table.  SS will handle the auto fields for you.  It is a procedure beyond what we expect to have to use based on the advertised capabilities of DTS, but it *always* works for me.</p>
<p>You can even sp this to create the temp, fill it up, and then append/update and drop the temp.</p>
<p>Also, if you.re popping a foreign key during this, insert appropriate constraint dropping/adding verbage into the sp.  When you test, don.t immediately worry about poor response if users are in the tables because SS has to work the table altering into a series of transactions so that existing rel.s and triggers aren.t bypassed by client requests.</p>
<p>Good luck,<br />
 <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Gene</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jhoman</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/importing-data-in-sql-server-2000-integrity-violation-error-in-rowid-column/#comment-37349</link>
		<dc:creator>jhoman</dc:creator>
		<pubDate>Wed, 06 Apr 2005 11:31:44 +0000</pubDate>
		<guid isPermaLink="false">#comment-37349</guid>
		<description><![CDATA[DTS will load the table with no problem.  Just make sure the transformation tab in the &#039;Transform Data Task&#039; shows that no data being copied into your primary key field.  You might also check to make sure that the primary key field is also identified as a &#039;Table Identity Column&#039;.]]></description>
		<content:encoded><![CDATA[<p>DTS will load the table with no problem.  Just make sure the transformation tab in the &#8216;Transform Data Task&#8217; shows that no data being copied into your primary key field.  You might also check to make sure that the primary key field is also identified as a &#8216;Table Identity Column&#8217;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/8 queries in 0.012 seconds using memcached
Object Caching 287/288 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 08:33:01 -->