<?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>Brian M McGarvie &#187; SQL</title>
	<atom:link href="http://www.mcgarvie.net/category/programming/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mcgarvie.net</link>
	<description>Brian M McGarvie talks about … life and experiences in IT … and personal adventures and experiences and other odd things!</description>
	<lastBuildDate>Fri, 13 Aug 2010 11:31:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Dynamically sorting by a column in a Stored Procedure (SQL Server)</title>
		<link>http://www.mcgarvie.net/2007/09/10/programming/dynamically-sorting-by-a-column-in-a-stored-procedure-sql-server/</link>
		<comments>http://www.mcgarvie.net/2007/09/10/programming/dynamically-sorting-by-a-column-in-a-stored-procedure-sql-server/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 14:11:35 +0000</pubDate>
		<dc:creator>Brian M McGarvie</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Sorting by Column]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Stored Procedure]]></category>

		<guid isPermaLink="false">http://www.mcgarvie.net/2007/09/10/programming/sql/dynamically-sorting-by-a-column-in-a-stored-procedure-sql-server/</guid>
		<description><![CDATA[Have you ever needed to build a stored procedure that would take the name of a column as a parameter, and return the results ordered by that column? So have I, so after researching it for a couple of days, &#8230; <a href="http://www.mcgarvie.net/2007/09/10/programming/dynamically-sorting-by-a-column-in-a-stored-procedure-sql-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.mcgarvie.net/2007/09/10/programming/dynamically-sorting-by-a-column-in-a-stored-procedure-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL &#8211; Select using current day&#8230;</title>
		<link>http://www.mcgarvie.net/2007/08/23/programming/sql-select-using-current-day/</link>
		<comments>http://www.mcgarvie.net/2007/08/23/programming/sql-select-using-current-day/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 13:00:58 +0000</pubDate>
		<dc:creator>Brian M McGarvie</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Current Day]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://mcgarvie.net/?p=16</guid>
		<description><![CDATA[I&#8217;ve had this problem a few times, and many people always ask me it&#8230; so here it is immortalised. If you require to select all records added to your table for the current day use the following where clause &#8211; &#8230; <a href="http://www.mcgarvie.net/2007/08/23/programming/sql-select-using-current-day/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.mcgarvie.net/2007/08/23/programming/sql-select-using-current-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
