<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>SQL Server Performance &#187; Identity</title>
	<atom:link href="http://www.sql-server-performance.com/tag/identity/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sql-server-performance.com</link>
	<description>SQL Server Performance Tuning</description>
	<lastBuildDate>Wed, 22 May 2013 06:37:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>SEQUENCE in SQL Server 2012</title>
		<link>http://www.sql-server-performance.com/2011/sequence-sql-server-2011/</link>
		<comments>http://www.sql-server-performance.com/2011/sequence-sql-server-2011/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 00:01:50 +0000</pubDate>
		<dc:creator>Dinesh Asanka</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[bigint]]></category>
		<category><![CDATA[Identity]]></category>
		<category><![CDATA[Sequence]]></category>
		<category><![CDATA[SQL Server 2012]]></category>
		<category><![CDATA[SSMS]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1916</guid>
		<description><![CDATA[SQL Server 2012 (or Denali) has now arrived CTP. In this article I will look at a core new feature of SQL Server 2012 which is SEQUENCE. Well, if you are familiar with Oracle, you will already know all about this feature since it has been standard on Oracle more than 10 years I guess. [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2011/sequence-sql-server-2011/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Identity Property Range Checking in SQL Server</title>
		<link>http://www.sql-server-performance.com/2010/identity-range-check/</link>
		<comments>http://www.sql-server-performance.com/2010/identity-range-check/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 01:12:50 +0000</pubDate>
		<dc:creator>Frank Kalis</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<category><![CDATA[Identity]]></category>
		<category><![CDATA[Identity Column]]></category>
		<category><![CDATA[int]]></category>
		<category><![CDATA[negative values]]></category>
		<category><![CDATA[range]]></category>
		<category><![CDATA[Range Check]]></category>
		<category><![CDATA[seed value]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1914</guid>
		<description><![CDATA[The IDENTITY property for a column of a numerical data type is a frequently used method to achieve system-generated &#8220;uniqueness&#8221; for each row in a table. Such a column then in turn is a quite popular choice for the PRIMARY KEY constraint. Most of the times one would choose the data type int for the [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2010/identity-range-check/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
