<?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; Primary Key Constraints and Unique Key Constraints</title>
	<atom:link href="http://blog.sqlauthority.com/2007/02/05/sql-server-primary-key-constraints-and-unique-key-constraints/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/02/05/sql-server-primary-key-constraints-and-unique-key-constraints/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 17 May 2013 15:26:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Suma</title>
		<link>http://blog.sqlauthority.com/2007/02/05/sql-server-primary-key-constraints-and-unique-key-constraints/#comment-471401</link>
		<dc:creator><![CDATA[Suma]]></dc:creator>
		<pubDate>Wed, 08 May 2013 13:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=38#comment-471401</guid>
		<description><![CDATA[Hi ,

Why unique key allows only NULL value when one NULL is different from other NULL.]]></description>
		<content:encoded><![CDATA[<p>Hi ,</p>
<p>Why unique key allows only NULL value when one NULL is different from other NULL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: creating a blog</title>
		<link>http://blog.sqlauthority.com/2007/02/05/sql-server-primary-key-constraints-and-unique-key-constraints/#comment-433858</link>
		<dc:creator><![CDATA[creating a blog]]></dc:creator>
		<pubDate>Fri, 08 Mar 2013 11:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=38#comment-433858</guid>
		<description><![CDATA[Wonderful beat ! I would like to apprentice while you amend your website, how could i subscribe for a blog website?
The account aided me a acceptable deal. I had been tiny bit acquainted 
of this your broadcast offered bright clear concept]]></description>
		<content:encoded><![CDATA[<p>Wonderful beat ! I would like to apprentice while you amend your website, how could i subscribe for a blog website?<br />
The account aided me a acceptable deal. I had been tiny bit acquainted<br />
of this your broadcast offered bright clear concept</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Primary Key and NonClustered Index in Simple Words &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2007/02/05/sql-server-primary-key-constraints-and-unique-key-constraints/#comment-420079</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Primary Key and NonClustered Index in Simple Words &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sun, 10 Feb 2013 01:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=38#comment-420079</guid>
		<description><![CDATA[[...] I have been writing a weekly round up from my blog where I go over last six years of blog posts and pick the best posts from the pasts. While I do this, there are two major place where I focus 1) If there are change in features &#8211; I re-blog about it with additional details or 2) If I have not provided complete information six years ago, I try to fill up the gap now. Well, just like everything my knowledge and writing skills have evolved. Before continuing please read my latest memory lane blog post where in 2007 I wrote scripts for Primary Key and Unique Key. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] I have been writing a weekly round up from my blog where I go over last six years of blog posts and pick the best posts from the pasts. While I do this, there are two major place where I focus 1) If there are change in features &#8211; I re-blog about it with additional details or 2) If I have not provided complete information six years ago, I try to fill up the gap now. Well, just like everything my knowledge and writing skills have evolved. Before continuing please read my latest memory lane blog post where in 2007 I wrote scripts for Primary Key and Unique Key. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #015 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2007/02/05/sql-server-primary-key-constraints-and-unique-key-constraints/#comment-419676</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #015 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 09 Feb 2013 01:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=38#comment-419676</guid>
		<description><![CDATA[[...] Primary Key Constraints and Unique Key Constraints There is a big difference between Primary Key and Unique Key, however, quite common they are confused and mixed up. Well, this blog post explains the concept in very simple words and explains the scripts as well. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Primary Key Constraints and Unique Key Constraints There is a big difference between Primary Key and Unique Key, however, quite common they are confused and mixed up. Well, this blog post explains the concept in very simple words and explains the scripts as well. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raghvendra Pratap Singh</title>
		<link>http://blog.sqlauthority.com/2007/02/05/sql-server-primary-key-constraints-and-unique-key-constraints/#comment-406370</link>
		<dc:creator><![CDATA[Raghvendra Pratap Singh]]></dc:creator>
		<pubDate>Fri, 11 Jan 2013 08:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=38#comment-406370</guid>
		<description><![CDATA[--we can disable primary key index like this
alter index ix_empId on employee disable;]]></description>
		<content:encoded><![CDATA[<p>&#8211;we can disable primary key index like this<br />
alter index ix_empId on employee disable;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunder</title>
		<link>http://blog.sqlauthority.com/2007/02/05/sql-server-primary-key-constraints-and-unique-key-constraints/#comment-402634</link>
		<dc:creator><![CDATA[Sunder]]></dc:creator>
		<pubDate>Wed, 02 Jan 2013 07:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=38#comment-402634</guid>
		<description><![CDATA[Dear Pinal Sir,

Please explain  me how to disable Primary key  constraint?]]></description>
		<content:encoded><![CDATA[<p>Dear Pinal Sir,</p>
<p>Please explain  me how to disable Primary key  constraint?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suhail</title>
		<link>http://blog.sqlauthority.com/2007/02/05/sql-server-primary-key-constraints-and-unique-key-constraints/#comment-395278</link>
		<dc:creator><![CDATA[suhail]]></dc:creator>
		<pubDate>Tue, 18 Dec 2012 05:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=38#comment-395278</guid>
		<description><![CDATA[I learnt lot from this conversation............]]></description>
		<content:encoded><![CDATA[<p>I learnt lot from this conversation&#8230;&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saranyait1991</title>
		<link>http://blog.sqlauthority.com/2007/02/05/sql-server-primary-key-constraints-and-unique-key-constraints/#comment-383184</link>
		<dc:creator><![CDATA[saranyait1991]]></dc:creator>
		<pubDate>Thu, 29 Nov 2012 09:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=38#comment-383184</guid>
		<description><![CDATA[I want to throw exception while entering the values in registration form n ve to store it in database… wen i am giving email id n second time also i am using same id means the error should come as mail id is already exists in Database…i need code in asp.net(c#).]]></description>
		<content:encoded><![CDATA[<p>I want to throw exception while entering the values in registration form n ve to store it in database… wen i am giving email id n second time also i am using same id means the error should come as mail id is already exists in Database…i need code in asp.net(c#).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saran</title>
		<link>http://blog.sqlauthority.com/2007/02/05/sql-server-primary-key-constraints-and-unique-key-constraints/#comment-383182</link>
		<dc:creator><![CDATA[saran]]></dc:creator>
		<pubDate>Thu, 29 Nov 2012 09:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=38#comment-383182</guid>
		<description><![CDATA[I want to throw exception while entering the values in registration form n ve to store it in database... wen i am giving email id n second time also i am using same id means the error should come as mail id is already exists in Database...i need code in asp.net(c#).]]></description>
		<content:encoded><![CDATA[<p>I want to throw exception while entering the values in registration form n ve to store it in database&#8230; wen i am giving email id n second time also i am using same id means the error should come as mail id is already exists in Database&#8230;i need code in asp.net(c#).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit Kumar</title>
		<link>http://blog.sqlauthority.com/2007/02/05/sql-server-primary-key-constraints-and-unique-key-constraints/#comment-379852</link>
		<dc:creator><![CDATA[Amit Kumar]]></dc:creator>
		<pubDate>Sat, 24 Nov 2012 08:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=38#comment-379852</guid>
		<description><![CDATA[Hi Pinal,
I want to learn about SQL Transactions.Please Help me.
Thanks
With Regards
Amit Kumar]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
I want to learn about SQL Transactions.Please Help me.<br />
Thanks<br />
With Regards<br />
Amit Kumar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/02/05/sql-server-primary-key-constraints-and-unique-key-constraints/#comment-287510</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Wed, 23 May 2012 10:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=38#comment-287510</guid>
		<description><![CDATA[Yes. Have you tried it?]]></description>
		<content:encoded><![CDATA[<p>Yes. Have you tried it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jitin</title>
		<link>http://blog.sqlauthority.com/2007/02/05/sql-server-primary-key-constraints-and-unique-key-constraints/#comment-286753</link>
		<dc:creator><![CDATA[jitin]]></dc:creator>
		<pubDate>Mon, 21 May 2012 09:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=38#comment-286753</guid>
		<description><![CDATA[yes it possible]]></description>
		<content:encoded><![CDATA[<p>yes it possible</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SRIKANTH</title>
		<link>http://blog.sqlauthority.com/2007/02/05/sql-server-primary-key-constraints-and-unique-key-constraints/#comment-286680</link>
		<dc:creator><![CDATA[SRIKANTH]]></dc:creator>
		<pubDate>Mon, 21 May 2012 05:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=38#comment-286680</guid>
		<description><![CDATA[Hi This is Srikanth,

                     Is Possible to give Primary Key and Unique Key in same table .]]></description>
		<content:encoded><![CDATA[<p>Hi This is Srikanth,</p>
<p>                     Is Possible to give Primary Key and Unique Key in same table .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gopi</title>
		<link>http://blog.sqlauthority.com/2007/02/05/sql-server-primary-key-constraints-and-unique-key-constraints/#comment-277656</link>
		<dc:creator><![CDATA[Gopi]]></dc:creator>
		<pubDate>Thu, 19 Apr 2012 20:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=38#comment-277656</guid>
		<description><![CDATA[Hi Pinal,
I tried creating table with unique key as below and getting error when trying to insert one record with NULL value.
create table TEST (
	id int not null,
	name varchar(100)
)

ALTER TABLE TEST
ADD CONSTRAINT UNQ UNIQUE(ID)

INSERT INTO TEST VALUES(1,&#039;A&#039;)
INSERT INTO TEST VALUES(NULL,&#039;B&#039;)

Error Msg:
Msg 515, Level 16, State 2, Line 1
Cannot insert the value NULL into column &#039;id&#039;, table &#039;CR6_DW.dbo.TEST&#039;; column does not allow nulls. INSERT fails.
The statement has been terminated.

But unique key should allow one null value right?
Version used: 
Microsoft SQL Server 2008 (RTM) - 10.0.1600.22 (X64)   Jul  9 2008 14:17:44   Copyright (c) 1988-2008 Microsoft Corporation  Enterprise Edition (64-bit) on Windows NT 6.1  (Build 7601: Service Pack 1) (VM)]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
I tried creating table with unique key as below and getting error when trying to insert one record with NULL value.<br />
create table TEST (<br />
	id int not null,<br />
	name varchar(100)<br />
)</p>
<p>ALTER TABLE TEST<br />
ADD CONSTRAINT UNQ UNIQUE(ID)</p>
<p>INSERT INTO TEST VALUES(1,&#8217;A')<br />
INSERT INTO TEST VALUES(NULL,&#8217;B')</p>
<p>Error Msg:<br />
Msg 515, Level 16, State 2, Line 1<br />
Cannot insert the value NULL into column &#8216;id&#8217;, table &#8216;CR6_DW.dbo.TEST&#8217;; column does not allow nulls. INSERT fails.<br />
The statement has been terminated.</p>
<p>But unique key should allow one null value right?<br />
Version used:<br />
Microsoft SQL Server 2008 (RTM) &#8211; 10.0.1600.22 (X64)   Jul  9 2008 14:17:44   Copyright (c) 1988-2008 Microsoft Corporation  Enterprise Edition (64-bit) on Windows NT 6.1  (Build 7601: Service Pack 1) (VM)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ranjeet Singh</title>
		<link>http://blog.sqlauthority.com/2007/02/05/sql-server-primary-key-constraints-and-unique-key-constraints/#comment-251199</link>
		<dc:creator><![CDATA[Ranjeet Singh]]></dc:creator>
		<pubDate>Sat, 11 Feb 2012 08:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=38#comment-251199</guid>
		<description><![CDATA[how i update primary key value which have already foreign key value and i and i want to also update the record of foreign tables. tell me i am using ms sql 2005 server]]></description>
		<content:encoded><![CDATA[<p>how i update primary key value which have already foreign key value and i and i want to also update the record of foreign tables. tell me i am using ms sql 2005 server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sourish Biswas</title>
		<link>http://blog.sqlauthority.com/2007/02/05/sql-server-primary-key-constraints-and-unique-key-constraints/#comment-250448</link>
		<dc:creator><![CDATA[Sourish Biswas]]></dc:creator>
		<pubDate>Thu, 09 Feb 2012 13:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=38#comment-250448</guid>
		<description><![CDATA[I have checked
Primay Key does not allow NULL value]]></description>
		<content:encoded><![CDATA[<p>I have checked<br />
Primay Key does not allow NULL value</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karthik</title>
		<link>http://blog.sqlauthority.com/2007/02/05/sql-server-primary-key-constraints-and-unique-key-constraints/#comment-244410</link>
		<dc:creator><![CDATA[karthik]]></dc:creator>
		<pubDate>Fri, 27 Jan 2012 06:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=38#comment-244410</guid>
		<description><![CDATA[hai i need the command of without using  constraint to drop the primary key]]></description>
		<content:encoded><![CDATA[<p>hai i need the command of without using  constraint to drop the primary key</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RK</title>
		<link>http://blog.sqlauthority.com/2007/02/05/sql-server-primary-key-constraints-and-unique-key-constraints/#comment-230039</link>
		<dc:creator><![CDATA[RK]]></dc:creator>
		<pubDate>Mon, 02 Jan 2012 12:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=38#comment-230039</guid>
		<description><![CDATA[can you pls give real time examples of a just pk and a unique key which is not PK]]></description>
		<content:encoded><![CDATA[<p>can you pls give real time examples of a just pk and a unique key which is not PK</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omkar Joshi</title>
		<link>http://blog.sqlauthority.com/2007/02/05/sql-server-primary-key-constraints-and-unique-key-constraints/#comment-191460</link>
		<dc:creator><![CDATA[Omkar Joshi]]></dc:creator>
		<pubDate>Wed, 09 Nov 2011 09:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=38#comment-191460</guid>
		<description><![CDATA[i have two tables unit and item primary key(uid) of unit table is foreign key of item table
now i want to add the data in item table but due to foreign key problem my data is not inserted into item table in SQL server 2005

what is an alternate way to make insert query on database]]></description>
		<content:encoded><![CDATA[<p>i have two tables unit and item primary key(uid) of unit table is foreign key of item table<br />
now i want to add the data in item table but due to foreign key problem my data is not inserted into item table in SQL server 2005</p>
<p>what is an alternate way to make insert query on database</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashutosh</title>
		<link>http://blog.sqlauthority.com/2007/02/05/sql-server-primary-key-constraints-and-unique-key-constraints/#comment-178416</link>
		<dc:creator><![CDATA[Ashutosh]]></dc:creator>
		<pubDate>Thu, 13 Oct 2011 14:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=38#comment-178416</guid>
		<description><![CDATA[perfect answer of unique value in Unique constraint]]></description>
		<content:encoded><![CDATA[<p>perfect answer of unique value in Unique constraint</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hiren,</title>
		<link>http://blog.sqlauthority.com/2007/02/05/sql-server-primary-key-constraints-and-unique-key-constraints/#comment-173806</link>
		<dc:creator><![CDATA[Hiren,]]></dc:creator>
		<pubDate>Sat, 01 Oct 2011 09:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=38#comment-173806</guid>
		<description><![CDATA[Hello Mr. Dave,
	I read your articles so many time which are very fruitful for me,
From their I will get all most all the solutions of my query very easily , But I have some ambiguities 
In my table. Lets give me solution for that .
	My query is , may table is  tab1(colname, tabname) here both are column name and multivalued 
My table data is given as follows :
Opdate	compupdtdtl
Cldate	compupdtdtl
Totalamt	loanstatus
[long list truncated]


My expected output is :   
colname	tab1	tab3	tab4
cldate	cr_cp	compupdtdlt	rpl_emp_leave
loanid	loantrans	compupdtdtl	loanstatus



Could you gime me solution of this problem ,
Anyone ?]]></description>
		<content:encoded><![CDATA[<p>Hello Mr. Dave,<br />
	I read your articles so many time which are very fruitful for me,<br />
From their I will get all most all the solutions of my query very easily , But I have some ambiguities<br />
In my table. Lets give me solution for that .<br />
	My query is , may table is  tab1(colname, tabname) here both are column name and multivalued<br />
My table data is given as follows :<br />
Opdate	compupdtdtl<br />
Cldate	compupdtdtl<br />
Totalamt	loanstatus<br />
[long list truncated]</p>
<p>My expected output is :<br />
colname	tab1	tab3	tab4<br />
cldate	cr_cp	compupdtdlt	rpl_emp_leave<br />
loanid	loantrans	compupdtdtl	loanstatus</p>
<p>Could you gime me solution of this problem ,<br />
Anyone ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nilesh</title>
		<link>http://blog.sqlauthority.com/2007/02/05/sql-server-primary-key-constraints-and-unique-key-constraints/#comment-173460</link>
		<dc:creator><![CDATA[Nilesh]]></dc:creator>
		<pubDate>Fri, 30 Sep 2011 07:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=38#comment-173460</guid>
		<description><![CDATA[Hi,
I have one question: I have one table Logs table lots of thread make entry in this table. The Primary key of this table in not identity column.  I am getting primary key conflict error..what should i do now?]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have one question: I have one table Logs table lots of thread make entry in this table. The Primary key of this table in not identity column.  I am getting primary key conflict error..what should i do now?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prabu</title>
		<link>http://blog.sqlauthority.com/2007/02/05/sql-server-primary-key-constraints-and-unique-key-constraints/#comment-173126</link>
		<dc:creator><![CDATA[prabu]]></dc:creator>
		<pubDate>Thu, 29 Sep 2011 07:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=38#comment-173126</guid>
		<description><![CDATA[Really nice site...]]></description>
		<content:encoded><![CDATA[<p>Really nice site&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/02/05/sql-server-primary-key-constraints-and-unique-key-constraints/#comment-164687</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Fri, 02 Sep 2011 08:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=38#comment-164687</guid>
		<description><![CDATA[Find the constraint name and use

alter table person drop constraint constraint_name]]></description>
		<content:encoded><![CDATA[<p>Find the constraint name and use</p>
<p>alter table person drop constraint constraint_name</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sarath</title>
		<link>http://blog.sqlauthority.com/2007/02/05/sql-server-primary-key-constraints-and-unique-key-constraints/#comment-164295</link>
		<dc:creator><![CDATA[sarath]]></dc:creator>
		<pubDate>Thu, 01 Sep 2011 12:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=38#comment-164295</guid>
		<description><![CDATA[hello friends,help me on this

Create table person(p_id varchar(10) unique,
name_s varchar(20))

I have created a table person and set p_id as unique.
Now i want to delete the Unique for the P_id..
how can i do that in sql server… reply me asap]]></description>
		<content:encoded><![CDATA[<p>hello friends,help me on this</p>
<p>Create table person(p_id varchar(10) unique,<br />
name_s varchar(20))</p>
<p>I have created a table person and set p_id as unique.<br />
Now i want to delete the Unique for the P_id..<br />
how can i do that in sql server… reply me asap</p>
]]></content:encoded>
	</item>
</channel>
</rss>
