<?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 Planet &#187; SQL Server</title>
	<atom:link href="http://sqlserverplanet.com/category/sql-server/feed" rel="self" type="application/rss+xml" />
	<link>http://sqlserverplanet.com</link>
	<description>Tips and Articles on SQL Server</description>
	<lastBuildDate>Tue, 31 Jan 2012 01:33:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Cannot insert explicit value for identity column in table &#8216;table&#8217; when IDENTITY_INSERT is set to OFF.</title>
		<link>http://sqlserverplanet.com/sql-server/cannot-insert-explicit-value-for-identity-column-in-table-table-when-identity_insert-is-set-to-off</link>
		<comments>http://sqlserverplanet.com/sql-server/cannot-insert-explicit-value-for-identity-column-in-table-table-when-identity_insert-is-set-to-off#comments</comments>
		<pubDate>Sun, 10 Jan 2010 18:30:39 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1194</guid>
		<description><![CDATA[This error occurs when trying to insert into a column containing an identity. An Identity column is not able to be inserted into without the use of a special command mentioned below. Identity columns are columns that automatically increment when a value is inserted into a row. They are commonly used as primary keys because [...]]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/sql-server/cannot-insert-explicit-value-for-identity-column-in-table-table-when-identity_insert-is-set-to-off/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Best SQL Server Pagination Method</title>
		<link>http://sqlserverplanet.com/sql-server/best-sql-server-pagination-method</link>
		<comments>http://sqlserverplanet.com/sql-server/best-sql-server-pagination-method#comments</comments>
		<pubDate>Tue, 22 Dec 2009 06:28:53 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1182</guid>
		<description><![CDATA[SQL Server 2011 actually employs a different method for pagination that is built in using the ORDER BY Clause. However for other versions, the most efficient pagination method is actually simple. Aren&#8217;t most things like this? It involves using (the mighty powerful) ROWCOUNT statement &#8212; twice. Anyways, the code: CREATE PROCEDURE [dbo].[spUsersPaged] ( @RowBegin int, [...]]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/sql-server/best-sql-server-pagination-method/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Search Stored Procedure Text</title>
		<link>http://sqlserverplanet.com/sql-server/search-stored-procedure-text</link>
		<comments>http://sqlserverplanet.com/sql-server/search-stored-procedure-text#comments</comments>
		<pubDate>Thu, 25 Jun 2009 07:15:36 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=446</guid>
		<description><![CDATA[Code snippet used to search within a stored procedure using the INFORMATION_SCHEMA.]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/sql-server/search-stored-procedure-text/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Interview Questions</title>
		<link>http://sqlserverplanet.com/sql-server/sql-server-interview-questions</link>
		<comments>http://sqlserverplanet.com/sql-server/sql-server-interview-questions#comments</comments>
		<pubDate>Wed, 24 Jun 2009 06:14:41 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[interview]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=388</guid>
		<description><![CDATA[Real world questions asked to real interviewees.  These interview questions cover the different areas of SQL Development, data flow, and Database Administration.]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/sql-server/sql-server-interview-questions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Local Linked Server</title>
		<link>http://sqlserverplanet.com/sql-server/local-linked-server</link>
		<comments>http://sqlserverplanet.com/sql-server/local-linked-server#comments</comments>
		<pubDate>Fri, 19 Jun 2009 05:32:24 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Linked Server]]></category>
		<category><![CDATA[OPENQUERY]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=269</guid>
		<description><![CDATA[When using OPENQUERY you will sometimes want to make calls to the same server you are working from. The most common reason for this is to query the output of a stored procedure into a temporary table. For that example, follow this link: (Insert Results of Stored Procedure Into Table) Before doing that you will [...]]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/sql-server/local-linked-server/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

