<?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; Denali &#8211; Introduction to SEQUENCE &#8211; Simple Example of SEQUENCE</title>
	<atom:link href="http://blog.sqlauthority.com/2011/01/29/sql-server-2011-introduction-to-sequence-simple-example-of-sequence/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2011/01/29/sql-server-2011-introduction-to-sequence-simple-example-of-sequence/</link>
	<description>SQL, SQL Server, MySQL, Big Data and NoSQL</description>
	<lastBuildDate>Wed, 19 Jun 2013 15:04:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #014 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2011/01/29/sql-server-2011-introduction-to-sequence-simple-example-of-sequence/#comment-416524</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #014 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 02 Feb 2013 01:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11820#comment-416524</guid>
		<description><![CDATA[[...] Introduction to SEQUENCE – Simple Example of SEQUENCE SQL Server 2012 contains one of the very interesting feature called SEQUENCE. I had waited for this feature for a really long time. I am glad it is here finally. SEQUENCE allows you to define a single point of repository where SQL Server will maintain in memory counter. In this blog post, I have described what is sequencing in very simple words. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Introduction to SEQUENCE – Simple Example of SEQUENCE SQL Server 2012 contains one of the very interesting feature called SEQUENCE. I had waited for this feature for a really long time. I am glad it is here finally. SEQUENCE allows you to define a single point of repository where SQL Server will maintain in memory counter. In this blog post, I have described what is sequencing in very simple words. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: siva</title>
		<link>http://blog.sqlauthority.com/2011/01/29/sql-server-2011-introduction-to-sequence-simple-example-of-sequence/#comment-411695</link>
		<dc:creator><![CDATA[siva]]></dc:creator>
		<pubDate>Wed, 23 Jan 2013 09:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11820#comment-411695</guid>
		<description><![CDATA[Im having a doubt can u please help me to solve over this problem ...

data having in my table


name     type      date

siva     1         27/10/2010
siva     2         29/10/2010
siva     3         30/10/2010
saro     3         28/10/2010
saro     1         29/10/2010


but i need result like this



name      old     new     date

siva      1        2     29/10/2010
siva      2        3     30/10//2010
saro      3        1     29/10/2010]]></description>
		<content:encoded><![CDATA[<p>Im having a doubt can u please help me to solve over this problem &#8230;</p>
<p>data having in my table</p>
<p>name     type      date</p>
<p>siva     1         27/10/2010<br />
siva     2         29/10/2010<br />
siva     3         30/10/2010<br />
saro     3         28/10/2010<br />
saro     1         29/10/2010</p>
<p>but i need result like this</p>
<p>name      old     new     date</p>
<p>siva      1        2     29/10/2010<br />
siva      2        3     30/10//2010<br />
saro      3        1     29/10/2010</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: win1otieno2</title>
		<link>http://blog.sqlauthority.com/2011/01/29/sql-server-2011-introduction-to-sequence-simple-example-of-sequence/#comment-244510</link>
		<dc:creator><![CDATA[win1otieno2]]></dc:creator>
		<pubDate>Fri, 27 Jan 2012 11:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11820#comment-244510</guid>
		<description><![CDATA[This feature is great instead of using functions and temp tables..Great thanks for sharing.]]></description>
		<content:encoded><![CDATA[<p>This feature is great instead of using functions and temp tables..Great thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samir</title>
		<link>http://blog.sqlauthority.com/2011/01/29/sql-server-2011-introduction-to-sequence-simple-example-of-sequence/#comment-139981</link>
		<dc:creator><![CDATA[Samir]]></dc:creator>
		<pubDate>Thu, 09 Jun 2011 09:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11820#comment-139981</guid>
		<description><![CDATA[good one Pinal..]]></description>
		<content:encoded><![CDATA[<p>good one Pinal..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaushal</title>
		<link>http://blog.sqlauthority.com/2011/01/29/sql-server-2011-introduction-to-sequence-simple-example-of-sequence/#comment-116014</link>
		<dc:creator><![CDATA[Kaushal]]></dc:creator>
		<pubDate>Fri, 04 Feb 2011 10:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11820#comment-116014</guid>
		<description><![CDATA[Pinal this is really gr8 article.]]></description>
		<content:encoded><![CDATA[<p>Pinal this is really gr8 article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Developer Seer</title>
		<link>http://blog.sqlauthority.com/2011/01/29/sql-server-2011-introduction-to-sequence-simple-example-of-sequence/#comment-115546</link>
		<dc:creator><![CDATA[Developer Seer]]></dc:creator>
		<pubDate>Tue, 01 Feb 2011 14:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11820#comment-115546</guid>
		<description><![CDATA[Dave, will SQL 11 use VS 2010 Dev Environment for SSIS, SSRS and SSAS? Is CTP1 already like that?

Thanks]]></description>
		<content:encoded><![CDATA[<p>Dave, will SQL 11 use VS 2010 Dev Environment for SSIS, SSRS and SSAS? Is CTP1 already like that?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – 2011 – SEQUENCE is not IDENTITY Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2011/01/29/sql-server-2011-introduction-to-sequence-simple-example-of-sequence/#comment-115294</link>
		<dc:creator><![CDATA[SQL SERVER – 2011 – SEQUENCE is not IDENTITY Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Mon, 31 Jan 2011 01:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11820#comment-115294</guid>
		<description><![CDATA[[...]        &#171; SQL SERVER &#8211; 2011 &#8211; Introduction to SEQUENCE &#8211; Simple Example of&#160;SEQUENCE SQL SERVER &#8211; What is Fill Factor and What is the Best Value for Fill&#160;Factor [...]]]></description>
		<content:encoded><![CDATA[<p>[...]        &laquo; SQL SERVER &#8211; 2011 &#8211; Introduction to SEQUENCE &#8211; Simple Example of&nbsp;SEQUENCE SQL SERVER &#8211; What is Fill Factor and What is the Best Value for Fill&nbsp;Factor [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sathya</title>
		<link>http://blog.sqlauthority.com/2011/01/29/sql-server-2011-introduction-to-sequence-simple-example-of-sequence/#comment-115191</link>
		<dc:creator><![CDATA[Sathya]]></dc:creator>
		<pubDate>Sun, 30 Jan 2011 01:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11820#comment-115191</guid>
		<description><![CDATA[nice one pinal. i think this is similar to the sequence generator that we have in oracle..]]></description>
		<content:encoded><![CDATA[<p>nice one pinal. i think this is similar to the sequence generator that we have in oracle..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2011/01/29/sql-server-2011-introduction-to-sequence-simple-example-of-sequence/#comment-115139</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Sat, 29 Jan 2011 16:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11820#comment-115139</guid>
		<description><![CDATA[Identity is related to one table only however SEQUENCE will be independent from table. 

Look for more blog post on the subject.]]></description>
		<content:encoded><![CDATA[<p>Identity is related to one table only however SEQUENCE will be independent from table. </p>
<p>Look for more blog post on the subject.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nishit Mittal</title>
		<link>http://blog.sqlauthority.com/2011/01/29/sql-server-2011-introduction-to-sequence-simple-example-of-sequence/#comment-115100</link>
		<dc:creator><![CDATA[Nishit Mittal]]></dc:creator>
		<pubDate>Sat, 29 Jan 2011 06:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11820#comment-115100</guid>
		<description><![CDATA[Hello Pinal,

This is valuable feature addition in MSSQL2k11 . But I just 

wanted to know what will be its advantage over IDENTITY 

feature in MSSQL .

Regards,
Nishit]]></description>
		<content:encoded><![CDATA[<p>Hello Pinal,</p>
<p>This is valuable feature addition in MSSQL2k11 . But I just </p>
<p>wanted to know what will be its advantage over IDENTITY </p>
<p>feature in MSSQL .</p>
<p>Regards,<br />
Nishit</p>
]]></content:encoded>
	</item>
</channel>
</rss>
