<?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; Add or Remove Identity Property on Column</title>
	<atom:link href="http://blog.sqlauthority.com/2009/05/03/sql-server-add-or-remove-identity-property-on-column/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/05/03/sql-server-add-or-remove-identity-property-on-column/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Sun, 12 Feb 2012 09:22:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: ban lin</title>
		<link>http://blog.sqlauthority.com/2009/05/03/sql-server-add-or-remove-identity-property-on-column/#comment-245128</link>
		<dc:creator><![CDATA[ban lin]]></dc:creator>
		<pubDate>Sun, 29 Jan 2012 05:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4872#comment-245128</guid>
		<description><![CDATA[this also cant work...any body can help me

 Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
        Dim sqlConnectioin As New SqlConnection(&quot;Data Source=lin-pc\lin;Initial Catalog=LotusSchedule;Integrated Security=True;&quot;) &#039; connect sql server
        Dim sql As String = &quot;&quot;
        sql = &quot;COMMIT Consultation&quot; &#039; write insert sql here~~~&quot;
        Dim SqlCommand As New Data.SqlClient.SqlCommand &#039;
        SqlCommand.CommandType = Data.CommandType.Text
        SqlCommand.CommandText = sql
        SqlCommand.Connection = sqlConnectioin
        sqlConnectioin.Open()
        SqlCommand.ExecuteNonQuery()
        sqlConnectioin.Close()

    End Sub
End Class]]></description>
		<content:encoded><![CDATA[<p>this also cant work&#8230;any body can help me</p>
<p> Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click<br />
        Dim sqlConnectioin As New SqlConnection(&#8220;Data Source=lin-pc\lin;Initial Catalog=LotusSchedule;Integrated Security=True;&#8221;) &#8216; connect sql server<br />
        Dim sql As String = &#8220;&#8221;<br />
        sql = &#8220;COMMIT Consultation&#8221; &#8216; write insert sql here~~~&#8221;<br />
        Dim SqlCommand As New Data.SqlClient.SqlCommand &#8216;<br />
        SqlCommand.CommandType = Data.CommandType.Text<br />
        SqlCommand.CommandText = sql<br />
        SqlCommand.Connection = sqlConnectioin<br />
        sqlConnectioin.Open()<br />
        SqlCommand.ExecuteNonQuery()<br />
        sqlConnectioin.Close()</p>
<p>    End Sub<br />
End Class</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ban lin</title>
		<link>http://blog.sqlauthority.com/2009/05/03/sql-server-add-or-remove-identity-property-on-column/#comment-245125</link>
		<dc:creator><![CDATA[ban lin]]></dc:creator>
		<pubDate>Sun, 29 Jan 2012 05:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4872#comment-245125</guid>
		<description><![CDATA[my update cant run


 Protected Sub Button2_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button2.Click
        Dim sqlConnectioin As New SqlConnection(&quot;Data Source=lin-pc\lin;Initial Catalog=LotusSchedule;Integrated Security=True;&quot;) &#039; connect sql server
        Dim sql As String = &quot;&quot;
        sql = &quot;update Consultation set colstat = colstat – 1 where num = CsNum(‘TB_Consultation’)and (&#039;&quot; + Me.TextBox1.Text + &quot;&#039;,&#039;&quot; + Me.TextBox2.Text + &quot;&#039;,&#039;&quot; + Me.TextBox1.Text + &quot;&#039;,&#039;&quot; + Me.TextBox1.Text + &quot;&#039;,&#039;&quot; + Me.TextBox1.Text + &quot;&#039;)&quot;

        &#039; write insert sql here~~~&quot;
        Dim SqlCommand As New Data.SqlClient.SqlCommand &#039;
        SqlCommand.CommandType = Data.CommandType.Text
        SqlCommand.CommandText = sql
        SqlCommand.Connection = sqlConnectioin
        sqlConnectioin.Open()
        SqlCommand.ExecuteNonQuery()
        sqlConnectioin.Close()]]></description>
		<content:encoded><![CDATA[<p>my update cant run</p>
<p> Protected Sub Button2_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button2.Click<br />
        Dim sqlConnectioin As New SqlConnection(&#8220;Data Source=lin-pc\lin;Initial Catalog=LotusSchedule;Integrated Security=True;&#8221;) &#8216; connect sql server<br />
        Dim sql As String = &#8220;&#8221;<br />
        sql = &#8220;update Consultation set colstat = colstat – 1 where num = CsNum(‘TB_Consultation’)and (&#8216;&#8221; + Me.TextBox1.Text + &#8220;&#8216;,&#8217;&#8221; + Me.TextBox2.Text + &#8220;&#8216;,&#8217;&#8221; + Me.TextBox1.Text + &#8220;&#8216;,&#8217;&#8221; + Me.TextBox1.Text + &#8220;&#8216;,&#8217;&#8221; + Me.TextBox1.Text + &#8220;&#8216;)&#8221;</p>
<p>        &#8216; write insert sql here~~~&#8221;<br />
        Dim SqlCommand As New Data.SqlClient.SqlCommand &#8216;<br />
        SqlCommand.CommandType = Data.CommandType.Text<br />
        SqlCommand.CommandText = sql<br />
        SqlCommand.Connection = sqlConnectioin<br />
        sqlConnectioin.Open()<br />
        SqlCommand.ExecuteNonQuery()<br />
        sqlConnectioin.Close()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Storw2003</title>
		<link>http://blog.sqlauthority.com/2009/05/03/sql-server-add-or-remove-identity-property-on-column/#comment-235494</link>
		<dc:creator><![CDATA[Storw2003]]></dc:creator>
		<pubDate>Wed, 11 Jan 2012 20:49:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4872#comment-235494</guid>
		<description><![CDATA[You can change using SSMS in SQL 2008. You couldn&#039;t change it because of your SQL Server setting. Go to Tools --&gt; Options --&gt; Designers --&gt; Table and Database Designers ---&gt; Uncheck the box &quot;Prevent saving changes that require table re-creation&quot; ,,,,,,,,,,, and you will be able to save the changes you made on the Identity Column]]></description>
		<content:encoded><![CDATA[<p>You can change using SSMS in SQL 2008. You couldn&#8217;t change it because of your SQL Server setting. Go to Tools &#8211;&gt; Options &#8211;&gt; Designers &#8211;&gt; Table and Database Designers &#8212;&gt; Uncheck the box &#8220;Prevent saving changes that require table re-creation&#8221; ,,,,,,,,,,, and you will be able to save the changes you made on the Identity Column</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2009/05/03/sql-server-add-or-remove-identity-property-on-column/#comment-218479</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Thu, 15 Dec 2011 13:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4872#comment-218479</guid>
		<description><![CDATA[It is not possible by desing. Why do you worry about the gaps in number?]]></description>
		<content:encoded><![CDATA[<p>It is not possible by desing. Why do you worry about the gaps in number?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: santosh</title>
		<link>http://blog.sqlauthority.com/2009/05/03/sql-server-add-or-remove-identity-property-on-column/#comment-217418</link>
		<dc:creator><![CDATA[santosh]]></dc:creator>
		<pubDate>Wed, 14 Dec 2011 08:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4872#comment-217418</guid>
		<description><![CDATA[i hv an identity column.i  deleted a record .i want that all the record below this incremented by 1 .how it posible.plz help me.
for ex.
if there are 16 record i deleted 5th record then 6th record become 5th and so on...when i inserted the record is 16th no
plz help me]]></description>
		<content:encoded><![CDATA[<p>i hv an identity column.i  deleted a record .i want that all the record below this incremented by 1 .how it posible.plz help me.<br />
for ex.<br />
if there are 16 record i deleted 5th record then 6th record become 5th and so on&#8230;when i inserted the record is 16th no<br />
plz help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simanta</title>
		<link>http://blog.sqlauthority.com/2009/05/03/sql-server-add-or-remove-identity-property-on-column/#comment-206212</link>
		<dc:creator><![CDATA[simanta]]></dc:creator>
		<pubDate>Mon, 28 Nov 2011 06:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4872#comment-206212</guid>
		<description><![CDATA[Hi Sir,

I am simanta. I am a software Engineer. I am stucking With a problem from last one week, Please help me sir...

I want to take a grid view and inside that grid view i want to display one image with values in 2 text box. Data will come from sql server.In a time interval that image will change and a different image will come, When Image will change in a  time interval  the values inside the textbox will also change. Please help me sir

With regards
Simanta Jyoti Medhi
[phone number removed]]]></description>
		<content:encoded><![CDATA[<p>Hi Sir,</p>
<p>I am simanta. I am a software Engineer. I am stucking With a problem from last one week, Please help me sir&#8230;</p>
<p>I want to take a grid view and inside that grid view i want to display one image with values in 2 text box. Data will come from sql server.In a time interval that image will change and a different image will come, When Image will change in a  time interval  the values inside the textbox will also change. Please help me sir</p>
<p>With regards<br />
Simanta Jyoti Medhi<br />
[phone number removed]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2009/05/03/sql-server-add-or-remove-identity-property-on-column/#comment-187049</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Wed, 02 Nov 2011 13:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4872#comment-187049</guid>
		<description><![CDATA[It is not possible to do it via query. You need to do it via Management studio]]></description>
		<content:encoded><![CDATA[<p>It is not possible to do it via query. You need to do it via Management studio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vandana</title>
		<link>http://blog.sqlauthority.com/2009/05/03/sql-server-add-or-remove-identity-property-on-column/#comment-185770</link>
		<dc:creator><![CDATA[Vandana]]></dc:creator>
		<pubDate>Mon, 31 Oct 2011 06:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4872#comment-185770</guid>
		<description><![CDATA[Hi Pinal

Thanks a lot for ur response, but I am very much sure that this method doesn&#039;t work in sqlserver 2008 coz, we r facing same issue from last 1 year(since we have upgraded the sql server 2008 from 2005 ).

I am not able to post the screen shots here, so I am posting one example.

1. create a table say &quot;tblOS&quot; with two column nOSID, nvcOSName.
2. make nOSID as Primary Key
3. Save the table.
4. Now try to set the &quot;Identity Property&quot; as &quot;Yes&quot; for nOSID.
5. Save the changes.
5. It wont allow us to save the changes.
6. Error:Saving changes is not permitted.The changes you have made requires the following tables to be dropped and re-created.You have either made changes to a table that can&#039;t be re-created or enable option Prevent saving changes that requires the table to be recreated.


and its not very easy to drop and recreate the table, specially its a part of live database and and contains a large amount of data. It also requires to drop all the relations to other table.

 If there is any solution please post it, It can make our life simple

Thanks a lot
Vandana Maurya]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal</p>
<p>Thanks a lot for ur response, but I am very much sure that this method doesn&#8217;t work in sqlserver 2008 coz, we r facing same issue from last 1 year(since we have upgraded the sql server 2008 from 2005 ).</p>
<p>I am not able to post the screen shots here, so I am posting one example.</p>
<p>1. create a table say &#8220;tblOS&#8221; with two column nOSID, nvcOSName.<br />
2. make nOSID as Primary Key<br />
3. Save the table.<br />
4. Now try to set the &#8220;Identity Property&#8221; as &#8220;Yes&#8221; for nOSID.<br />
5. Save the changes.<br />
5. It wont allow us to save the changes.<br />
6. Error:Saving changes is not permitted.The changes you have made requires the following tables to be dropped and re-created.You have either made changes to a table that can&#8217;t be re-created or enable option Prevent saving changes that requires the table to be recreated.</p>
<p>and its not very easy to drop and recreate the table, specially its a part of live database and and contains a large amount of data. It also requires to drop all the relations to other table.</p>
<p> If there is any solution please post it, It can make our life simple</p>
<p>Thanks a lot<br />
Vandana Maurya</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2009/05/03/sql-server-add-or-remove-identity-property-on-column/#comment-184478</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Fri, 28 Oct 2011 06:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4872#comment-184478</guid>
		<description><![CDATA[It works the same way in SQL Server 2008 as well. I think you might be facing different error. Please post your screenshot.]]></description>
		<content:encoded><![CDATA[<p>It works the same way in SQL Server 2008 as well. I think you might be facing different error. Please post your screenshot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vandana</title>
		<link>http://blog.sqlauthority.com/2009/05/03/sql-server-add-or-remove-identity-property-on-column/#comment-184466</link>
		<dc:creator><![CDATA[Vandana]]></dc:creator>
		<pubDate>Fri, 28 Oct 2011 06:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4872#comment-184466</guid>
		<description><![CDATA[Hi Pinal
This method doesn&#039;t work in Sqlserver 2008. Once the table has been created table, it doest allow us to add identity property to its existing column. Is there any way to add identity property to an existing column in &quot;SQL SERVER 2008&quot;.

Thanks 
Vandana]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal<br />
This method doesn&#8217;t work in Sqlserver 2008. Once the table has been created table, it doest allow us to add identity property to its existing column. Is there any way to add identity property to an existing column in &#8220;SQL SERVER 2008&#8243;.</p>
<p>Thanks<br />
Vandana</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emmanuel</title>
		<link>http://blog.sqlauthority.com/2009/05/03/sql-server-add-or-remove-identity-property-on-column/#comment-180457</link>
		<dc:creator><![CDATA[Emmanuel]]></dc:creator>
		<pubDate>Tue, 18 Oct 2011 19:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4872#comment-180457</guid>
		<description><![CDATA[Muchas gracia, Exelente tip.]]></description>
		<content:encoded><![CDATA[<p>Muchas gracia, Exelente tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhIShek online4all</title>
		<link>http://blog.sqlauthority.com/2009/05/03/sql-server-add-or-remove-identity-property-on-column/#comment-175341</link>
		<dc:creator><![CDATA[abhIShek online4all]]></dc:creator>
		<pubDate>Wed, 05 Oct 2011 11:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4872#comment-175341</guid>
		<description><![CDATA[Hi Pinal, 

Can you clarify my doubt,


In my below result set, am missing the identity value 3. Is there any way to Continue the identity value, if rollback occurs. 


------------step 1 ----------------------
create table #tbl(id int identity(1,1) , name varchar(10))
insert Into #tbl values (&#039;abhishek&#039;) ,(&#039;raj&#039;)
select * from #tbl 

------------step 2 ----------------------
begin tran
insert INTO #tbl values (&#039;ram&#039;)
rollback tran
select * from #tbl
------------step 3 ----------------------
insert INTO #tbl values (&#039;rose&#039;)
select * from #tbl
--------------
/*
id          name
----------- ----------
1           abhishek
2           raj
4           rose

(3 row(s) affected)
In my result , am missing the identity value 3. Is there any way to Continue the identity value if rollback occures. 
*/

Regards,
abhIShek online4all]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal, </p>
<p>Can you clarify my doubt,</p>
<p>In my below result set, am missing the identity value 3. Is there any way to Continue the identity value, if rollback occurs. </p>
<p>&#8212;&#8212;&#8212;&#8212;step 1 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
create table #tbl(id int identity(1,1) , name varchar(10))<br />
insert Into #tbl values (&#8216;abhishek&#8217;) ,(&#8216;raj&#8217;)<br />
select * from #tbl </p>
<p>&#8212;&#8212;&#8212;&#8212;step 2 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
begin tran<br />
insert INTO #tbl values (&#8216;ram&#8217;)<br />
rollback tran<br />
select * from #tbl<br />
&#8212;&#8212;&#8212;&#8212;step 3 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
insert INTO #tbl values (&#8216;rose&#8217;)<br />
select * from #tbl<br />
&#8212;&#8212;&#8212;&#8212;&#8211;<br />
/*<br />
id          name<br />
&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;-<br />
1           abhishek<br />
2           raj<br />
4           rose</p>
<p>(3 row(s) affected)<br />
In my result , am missing the identity value 3. Is there any way to Continue the identity value if rollback occures.<br />
*/</p>
<p>Regards,<br />
abhIShek online4all</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash Kumar</title>
		<link>http://blog.sqlauthority.com/2009/05/03/sql-server-add-or-remove-identity-property-on-column/#comment-175319</link>
		<dc:creator><![CDATA[Avinash Kumar]]></dc:creator>
		<pubDate>Wed, 05 Oct 2011 08:49:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4872#comment-175319</guid>
		<description><![CDATA[Please give the answer if any one know about this question.

order_day    prod_id Quantity	price
18-10-11	P1	2	25
18-10-11	P2	3	10
18-10-11	P3	5	5
18-10-11	P4	3	25
18-10-11	P5	4	20
18-10-11	P6	4	30
18-10-11	P1	4	25
19-10-11	P1	2	25
19-10-11	P3	3	10
19-10-11	P4	4	15
19-10-11	P2	1	15

Question:- Select the product which is sold on 18th &amp; 19th and how many time on each day.

Output Should be like this:-
Product Count
P1        2
P1        1]]></description>
		<content:encoded><![CDATA[<p>Please give the answer if any one know about this question.</p>
<p>order_day    prod_id Quantity	price<br />
18-10-11	P1	2	25<br />
18-10-11	P2	3	10<br />
18-10-11	P3	5	5<br />
18-10-11	P4	3	25<br />
18-10-11	P5	4	20<br />
18-10-11	P6	4	30<br />
18-10-11	P1	4	25<br />
19-10-11	P1	2	25<br />
19-10-11	P3	3	10<br />
19-10-11	P4	4	15<br />
19-10-11	P2	1	15</p>
<p>Question:- Select the product which is sold on 18th &amp; 19th and how many time on each day.</p>
<p>Output Should be like this:-<br />
Product Count<br />
P1        2<br />
P1        1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash Kumar</title>
		<link>http://blog.sqlauthority.com/2009/05/03/sql-server-add-or-remove-identity-property-on-column/#comment-174581</link>
		<dc:creator><![CDATA[Avinash Kumar]]></dc:creator>
		<pubDate>Mon, 03 Oct 2011 10:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4872#comment-174581</guid>
		<description><![CDATA[Hello all,

Please help me...

My table is :-
Product Qty
P1           3
P2           2

and I want the result like:-
P1  1
P1  1
P1  1
P2  1
P2  1

Please suggest me the query.

Regards,
Avinash kumar]]></description>
		<content:encoded><![CDATA[<p>Hello all,</p>
<p>Please help me&#8230;</p>
<p>My table is :-<br />
Product Qty<br />
P1           3<br />
P2           2</p>
<p>and I want the result like:-<br />
P1  1<br />
P1  1<br />
P1  1<br />
P2  1<br />
P2  1</p>
<p>Please suggest me the query.</p>
<p>Regards,<br />
Avinash kumar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2009/05/03/sql-server-add-or-remove-identity-property-on-column/#comment-170614</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Thu, 22 Sep 2011 09:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4872#comment-170614</guid>
		<description><![CDATA[You can drop the constraint first and then re-enable later]]></description>
		<content:encoded><![CDATA[<p>You can drop the constraint first and then re-enable later</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zsdf</title>
		<link>http://blog.sqlauthority.com/2009/05/03/sql-server-add-or-remove-identity-property-on-column/#comment-170044</link>
		<dc:creator><![CDATA[zsdf]]></dc:creator>
		<pubDate>Tue, 20 Sep 2011 19:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4872#comment-170044</guid>
		<description><![CDATA[how do you drop &amp; re-create if the column is the foreign key of another table.? and still need to remove the identity function]]></description>
		<content:encoded><![CDATA[<p>how do you drop &amp; re-create if the column is the foreign key of another table.? and still need to remove the identity function</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BİLAL</title>
		<link>http://blog.sqlauthority.com/2009/05/03/sql-server-add-or-remove-identity-property-on-column/#comment-168360</link>
		<dc:creator><![CDATA[BİLAL]]></dc:creator>
		<pubDate>Thu, 15 Sep 2011 12:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4872#comment-168360</guid>
		<description><![CDATA[I want delete :)]]></description>
		<content:encoded><![CDATA[<p>I want delete :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BİLAL</title>
		<link>http://blog.sqlauthority.com/2009/05/03/sql-server-add-or-remove-identity-property-on-column/#comment-168358</link>
		<dc:creator><![CDATA[BİLAL]]></dc:creator>
		<pubDate>Thu, 15 Sep 2011 12:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4872#comment-168358</guid>
		<description><![CDATA[Hİ.   I want  delete column ıdentity property. 

I&#039;m not delete   

SET IDENTITY_INSERT xxx OFF

please. help me!]]></description>
		<content:encoded><![CDATA[<p>Hİ.   I want  delete column ıdentity property. </p>
<p>I&#8217;m not delete   </p>
<p>SET IDENTITY_INSERT xxx OFF</p>
<p>please. help me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash Kumar</title>
		<link>http://blog.sqlauthority.com/2009/05/03/sql-server-add-or-remove-identity-property-on-column/#comment-163451</link>
		<dc:creator><![CDATA[Avinash Kumar]]></dc:creator>
		<pubDate>Tue, 30 Aug 2011 04:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4872#comment-163451</guid>
		<description><![CDATA[Item_no  In_Store
   2           1

I want this result from the Displayed Table below,

Item_no In_store
1             0
1             1
2             1

Means to say if value is 0 for any item then those item should not display.

Please give me your valuable suggestion.

Regards,
Avinash Kumar]]></description>
		<content:encoded><![CDATA[<p>Item_no  In_Store<br />
   2           1</p>
<p>I want this result from the Displayed Table below,</p>
<p>Item_no In_store<br />
1             0<br />
1             1<br />
2             1</p>
<p>Means to say if value is 0 for any item then those item should not display.</p>
<p>Please give me your valuable suggestion.</p>
<p>Regards,<br />
Avinash Kumar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash Kumar</title>
		<link>http://blog.sqlauthority.com/2009/05/03/sql-server-add-or-remove-identity-property-on-column/#comment-163450</link>
		<dc:creator><![CDATA[Avinash Kumar]]></dc:creator>
		<pubDate>Tue, 30 Aug 2011 04:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4872#comment-163450</guid>
		<description><![CDATA[I want those row from a table who has value only 1 in In_Store. If value is 0 in In_store for a Item_no. Then those item_no should not displayed.

Result i want :--- Item_no  In_store
                                  2           1

Ex:- Item_no  In_store
           1             0
           1             1
           2             1

please give me ur suggestion.

Regards,
Avinash Kumar]]></description>
		<content:encoded><![CDATA[<p>I want those row from a table who has value only 1 in In_Store. If value is 0 in In_store for a Item_no. Then those item_no should not displayed.</p>
<p>Result i want :&#8212; Item_no  In_store<br />
                                  2           1</p>
<p>Ex:- Item_no  In_store<br />
           1             0<br />
           1             1<br />
           2             1</p>
<p>please give me ur suggestion.</p>
<p>Regards,<br />
Avinash Kumar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roshan</title>
		<link>http://blog.sqlauthority.com/2009/05/03/sql-server-add-or-remove-identity-property-on-column/#comment-155414</link>
		<dc:creator><![CDATA[Roshan]]></dc:creator>
		<pubDate>Tue, 09 Aug 2011 13:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4872#comment-155414</guid>
		<description><![CDATA[Hi,
    how to concatenate string in identity column.
for eg:-
          emp1
          emp2
          emp3
i want to increase the identity column like this................]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
    how to concatenate string in identity column.<br />
for eg:-<br />
          emp1<br />
          emp2<br />
          emp3<br />
i want to increase the identity column like this&#8230;&#8230;&#8230;&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BAKK</title>
		<link>http://blog.sqlauthority.com/2009/05/03/sql-server-add-or-remove-identity-property-on-column/#comment-150024</link>
		<dc:creator><![CDATA[BAKK]]></dc:creator>
		<pubDate>Fri, 22 Jul 2011 11:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4872#comment-150024</guid>
		<description><![CDATA[why a new/temp table?
why not a new/temp column?]]></description>
		<content:encoded><![CDATA[<p>why a new/temp table?<br />
why not a new/temp column?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunder</title>
		<link>http://blog.sqlauthority.com/2009/05/03/sql-server-add-or-remove-identity-property-on-column/#comment-148341</link>
		<dc:creator><![CDATA[Sunder]]></dc:creator>
		<pubDate>Thu, 14 Jul 2011 21:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4872#comment-148341</guid>
		<description><![CDATA[you have created a new table with non-identity coln and renaming it as the table is small and have one column but do you think this is the best practice for a table with lot of indexes and constraints?]]></description>
		<content:encoded><![CDATA[<p>you have created a new table with non-identity coln and renaming it as the table is small and have one column but do you think this is the best practice for a table with lot of indexes and constraints?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anto</title>
		<link>http://blog.sqlauthority.com/2009/05/03/sql-server-add-or-remove-identity-property-on-column/#comment-146327</link>
		<dc:creator><![CDATA[Anto]]></dc:creator>
		<pubDate>Wed, 06 Jul 2011 06:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4872#comment-146327</guid>
		<description><![CDATA[Hi Really U r Great Ur Suggestion is working fine thnks Oops]]></description>
		<content:encoded><![CDATA[<p>Hi Really U r Great Ur Suggestion is working fine thnks Oops</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2009/05/03/sql-server-add-or-remove-identity-property-on-column/#comment-143184</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Thu, 23 Jun 2011 11:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4872#comment-143184</guid>
		<description><![CDATA[Yes. This article explains what you want
http://beyondrelational.com/blogs/madhivanan/archive/2007/08/27/multipurpose-row-number-function.aspx]]></description>
		<content:encoded><![CDATA[<p>Yes. This article explains what you want<br />
<a href="http://beyondrelational.com/blogs/madhivanan/archive/2007/08/27/multipurpose-row-number-function.aspx" rel="nofollow">http://beyondrelational.com/blogs/madhivanan/archive/2007/08/27/multipurpose-row-number-function.aspx</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

