<?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</title>
	<atom:link href="http://sqlserverplanet.com/category/sql/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>Generating a Dynamic Date Table to Find Missing Dates</title>
		<link>http://sqlserverplanet.com/sql/generating-a-dynamic-date-table-to-find-missing-dates</link>
		<comments>http://sqlserverplanet.com/sql/generating-a-dynamic-date-table-to-find-missing-dates#comments</comments>
		<pubDate>Fri, 12 Mar 2010 02:02:08 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1208</guid>
		<description><![CDATA[Generating a date table on the fly is nice to have for many reasons. The most recent of my adventures required determining when employees did not enter their time in their timesheets. I know I had a tattle tale job, the ironic part is that I ended up getting in trouble the next day for [...]]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/sql/generating-a-dynamic-date-table-to-find-missing-dates/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SQL Server Add Primary Key</title>
		<link>http://sqlserverplanet.com/sql/sql-server-add-primary-key</link>
		<comments>http://sqlserverplanet.com/sql/sql-server-add-primary-key#comments</comments>
		<pubDate>Sat, 13 Feb 2010 05:38:23 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1205</guid>
		<description><![CDATA[Adding a primary key can be done either after a table is created, or at the same a table is created. It is important to note, that by default a primary key is clustered. This may or may not be the preferred method of creation. For more information on clustered vs non clustered indexes, please [...]]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/sql/sql-server-add-primary-key/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SQL Server Select</title>
		<link>http://sqlserverplanet.com/sql/sql-server-select</link>
		<comments>http://sqlserverplanet.com/sql/sql-server-select#comments</comments>
		<pubDate>Sat, 13 Feb 2010 01:09:25 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1199</guid>
		<description><![CDATA[The SQL Server Select statement is the first statement used when returning data. It is the most used and most important statement in the T-SQL language. The Select statement has many different clauses. We will step through each clause further in the tutorial, however now, we will look at Select itself. The following SELECT 'Mike' [...]]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/sql/sql-server-select/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Compare Stored Procedure Result Sets</title>
		<link>http://sqlserverplanet.com/sql/compare-stored-procedure-results</link>
		<comments>http://sqlserverplanet.com/sql/compare-stored-procedure-results#comments</comments>
		<pubDate>Thu, 10 Dec 2009 04:51:33 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1144</guid>
		<description><![CDATA[Comparing the results of two different stored procedures output can be difficult task. The first difficulty is to return the result sets of the stored procedures into temporary tables. There are two different methods of doing this outlined in the link above. For this example we will use the local linked server method. Your method [...]]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/sql/compare-stored-procedure-results/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Get End of Month</title>
		<link>http://sqlserverplanet.com/sql/get-end-of-month</link>
		<comments>http://sqlserverplanet.com/sql/get-end-of-month#comments</comments>
		<pubDate>Sun, 06 Dec 2009 20:51:01 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1133</guid>
		<description><![CDATA[The following short code will return the date and time for the very end of the month passed in. It works by first getting the beginning of the month for the date passed in, adding one month to that date, then subtracting 3 milliseconds. This gives the latest possible date for the end of the [...]]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/sql/get-end-of-month/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

