<?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>Wed, 07 Jul 2010 05:16:42 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0</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>0</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[The best pagination method is actually mind-bogglingly simple. Aren&#8217;t all things like this? It involves using (the mighty powerful) ROWCOUNT statement &#8212; twice. Anyways, the code: CREATE PROCEDURE [dbo].[spUsersPaged] ( @RowBegin int, @MaxRows int ) AS BEGIN DECLARE @StartID int SET ROWCOUNT @RowBegin SELECT @StartID = UserID FROM dbo.Users u ORDER BY UserID -- Set [...]]]></description> <wfw:commentRss>http://sqlserverplanet.com/sql-server/best-sql-server-pagination-method/feed/</wfw:commentRss> <slash:comments>0</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>1</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 67/77 queries in 0.077 seconds using disk
Content Delivery Network via files.sqlserverplanet.com

Served from: sqlserverplanet.com @ 2010-07-31 09:01:50 -->