<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: The pain of SQL Server and working with dates</title>
	<atom:link href="http://craign.net/2008/02/08/the-pain-of-sql-server-and-working-with-dates/feed/" rel="self" type="application/rss+xml" />
	<link>http://craign.net/2008/02/08/the-pain-of-sql-server-and-working-with-dates/</link>
	<description>Thoughts about life, the universe and everything else.</description>
	<lastBuildDate>Tue, 08 Nov 2011 09:28:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: William Brander</title>
		<link>http://craign.net/2008/02/08/the-pain-of-sql-server-and-working-with-dates/comment-page-1/#comment-1251</link>
		<dc:creator>William Brander</dc:creator>
		<pubDate>Mon, 11 Feb 2008 05:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://craign.net/2008/02/08/the-pain-of-sql-server-and-working-with-dates/#comment-1251</guid>
		<description>I used to use the CONVERT(CONVERT...) method for quite a while until Adam Machanic pointed me towards the DATEADD...DATEDIFF method. And it makes sense.  Using this method makes it easy to break your DATETIME into small intervals.

Also, remember that DATETIME isn&#039;t a SQL ANSI standard type...</description>
		<content:encoded><![CDATA[<p>I used to use the CONVERT(CONVERT&#8230;) method for quite a while until Adam Machanic pointed me towards the DATEADD&#8230;DATEDIFF method. And it makes sense.  Using this method makes it easy to break your DATETIME into small intervals.</p>
<p>Also, remember that DATETIME isn&#8217;t a SQL ANSI standard type&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

