<?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: SQL Server Add Primary Key</title>
	<atom:link href="http://sqlserverplanet.com/sql/sql-server-add-primary-key/feed" rel="self" type="application/rss+xml" />
	<link>http://sqlserverplanet.com/sql/sql-server-add-primary-key</link>
	<description>Tips and Articles on SQL Server</description>
	<lastBuildDate>Wed, 16 May 2012 18:08:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://sqlserverplanet.com/sql/sql-server-add-primary-key/comment-page-1#comment-995</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 03 Dec 2011 12:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1205#comment-995</guid>
		<description>i have one table which contain duplicate values.but now i want to give primary key on one field.can i?</description>
		<content:encoded><![CDATA[<p>i have one table which contain duplicate values.but now i want to give primary key on one field.can i?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Dieter</title>
		<link>http://sqlserverplanet.com/sql/sql-server-add-primary-key/comment-page-1#comment-755</link>
		<dc:creator>Derek Dieter</dc:creator>
		<pubDate>Sat, 13 Aug 2011 05:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1205#comment-755</guid>
		<description>Hi Ravi,

Inserting more that one row at a time is the reason for SQL.  SQL is known as a &quot;SET&quot; based language.  Which means &quot;more than one row at a time&quot;.  Programming languages are by nature &quot;iterative&quot;.  Meaning one record at a time.  So ultimately, inserting one row at a time is easy, depending on the source of the data.  For you, I&#039;m going to assume your best input method would be BCP.  BCP allows multple rows contained in a file to be inserted in a set based method.  Look into that and let me know if you have any questions.

Thanks,
Derek</description>
		<content:encoded><![CDATA[<p>Hi Ravi,</p>
<p>Inserting more that one row at a time is the reason for SQL.  SQL is known as a &#8220;SET&#8221; based language.  Which means &#8220;more than one row at a time&#8221;.  Programming languages are by nature &#8220;iterative&#8221;.  Meaning one record at a time.  So ultimately, inserting one row at a time is easy, depending on the source of the data.  For you, I&#8217;m going to assume your best input method would be BCP.  BCP allows multple rows contained in a file to be inserted in a set based method.  Look into that and let me know if you have any questions.</p>
<p>Thanks,<br />
Derek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ravi</title>
		<link>http://sqlserverplanet.com/sql/sql-server-add-primary-key/comment-page-1#comment-749</link>
		<dc:creator>ravi</dc:creator>
		<pubDate>Thu, 11 Aug 2011 09:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1205#comment-749</guid>
		<description>How can we insert more than one Row at a time ?...</description>
		<content:encoded><![CDATA[<p>How can we insert more than one Row at a time ?&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keval</title>
		<link>http://sqlserverplanet.com/sql/sql-server-add-primary-key/comment-page-1#comment-741</link>
		<dc:creator>keval</dc:creator>
		<pubDate>Thu, 04 Aug 2011 04:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1205#comment-741</guid>
		<description>thanx......</description>
		<content:encoded><![CDATA[<p>thanx&#8230;&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

