<?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; Understanding Identity Beyond its Every Increasing Nature &#8211; Quiz &#8211; Puzzle &#8211; 3 of 31</title>
	<atom:link href="http://blog.sqlauthority.com/2012/01/04/sql-server-understanding-identity-beyond-its-every-increasing-nature-quiz-puzzle-3-of-31/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2012/01/04/sql-server-understanding-identity-beyond-its-every-increasing-nature-quiz-puzzle-3-of-31/</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: SQL SERVER &#8211; RESEED Identity Column in Database Table &#8211; Rest Table Identity Value &#8211; SQL in Sixty Seconds #051 &#124; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2012/01/04/sql-server-understanding-identity-beyond-its-every-increasing-nature-quiz-puzzle-3-of-31/#comment-471066</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; RESEED Identity Column in Database Table &#8211; Rest Table Identity Value &#8211; SQL in Sixty Seconds #051 &#124; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Wed, 08 May 2013 01:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=16537#comment-471066</guid>
		<description><![CDATA[[...] Understanding Identity Beyond its Every Increasing Nature [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Understanding Identity Beyond its Every Increasing Nature [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #010 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2012/01/04/sql-server-understanding-identity-beyond-its-every-increasing-nature-quiz-puzzle-3-of-31/#comment-403910</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #010 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 05 Jan 2013 01:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=16537#comment-403910</guid>
		<description><![CDATA[[...] Understanding Identity Beyond its Every Increasing Nature – Quiz – Puzzle – 3 of 31 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Understanding Identity Beyond its Every Increasing Nature – Quiz – Puzzle – 3 of 31 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: udhayaganesh</title>
		<link>http://blog.sqlauthority.com/2012/01/04/sql-server-understanding-identity-beyond-its-every-increasing-nature-quiz-puzzle-3-of-31/#comment-232779</link>
		<dc:creator><![CDATA[udhayaganesh]]></dc:creator>
		<pubDate>Sat, 07 Jan 2012 06:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=16537#comment-232779</guid>
		<description><![CDATA[Pinal,


create table sample
(
id int identity(1,1),
name varchar(100)
)


select IDENT_CURRENT(&#039;sample&#039;)
Here Identity as 1

begin tran
insert into sample(name)
select &#039;udhaya&#039; union
select &#039;ganesh&#039;
rollback 

select IDENT_CURRENT(&#039;sample&#039;)
But here Identity as 2 . I have rollback, why not affected in identity column?]]></description>
		<content:encoded><![CDATA[<p>Pinal,</p>
<p>create table sample<br />
(<br />
id int identity(1,1),<br />
name varchar(100)<br />
)</p>
<p>select IDENT_CURRENT(&#8216;sample&#8217;)<br />
Here Identity as 1</p>
<p>begin tran<br />
insert into sample(name)<br />
select &#8216;udhaya&#8217; union<br />
select &#8216;ganesh&#8217;<br />
rollback </p>
<p>select IDENT_CURRENT(&#8216;sample&#8217;)<br />
But here Identity as 2 . I have rollback, why not affected in identity column?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saeed Badar</title>
		<link>http://blog.sqlauthority.com/2012/01/04/sql-server-understanding-identity-beyond-its-every-increasing-nature-quiz-puzzle-3-of-31/#comment-232349</link>
		<dc:creator><![CDATA[Saeed Badar]]></dc:creator>
		<pubDate>Fri, 06 Jan 2012 11:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=16537#comment-232349</guid>
		<description><![CDATA[Yes identity can be ever decreasing, set Identity Increment to -1.]]></description>
		<content:encoded><![CDATA[<p>Yes identity can be ever decreasing, set Identity Increment to -1.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
