<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: What is the SQL Server 2008 DateTime2 Internal Structure?</title>
	<atom:link href="http://sqlfascination.com/2009/10/11/what-is-the-sql-server-2008-datetime2-internal-structure/feed/" rel="self" type="application/rss+xml" />
	<link>http://sqlfascination.com/2009/10/11/what-is-the-sql-server-2008-datetime2-internal-structure/</link>
	<description>Weirdness and oddities within SQL</description>
	<lastBuildDate>Wed, 25 Aug 2010 07:16:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: andrewhogg</title>
		<link>http://sqlfascination.com/2009/10/11/what-is-the-sql-server-2008-datetime2-internal-structure/#comment-3</link>
		<dc:creator>andrewhogg</dc:creator>
		<pubDate>Tue, 13 Oct 2009 09:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://andrewhogg.wordpress.com/?p=121#comment-3</guid>
		<description>Your absolutely right, I&#039;ve ended up copying the wrong thing out of the Query window and duplicated a result that should be different. I&#039;ve updated the post with the correction.</description>
		<content:encoded><![CDATA[<p>Your absolutely right, I&#8217;ve ended up copying the wrong thing out of the Query window and duplicated a result that should be different. I&#8217;ve updated the post with the correction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BEL8490</title>
		<link>http://sqlfascination.com/2009/10/11/what-is-the-sql-server-2008-datetime2-internal-structure/#comment-2</link>
		<dc:creator>BEL8490</dc:creator>
		<pubDate>Tue, 13 Oct 2009 09:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://andrewhogg.wordpress.com/?p=121#comment-2</guid>
		<description>Thanks for this clarifying insight.

I would suggest two minor editing corrections:

1. The code at the beginning of the article does not have a declaration for the variable @bin1 and should be corrected as follows:
set @bin = CONVERT(varbinary(max), @dt)

2. At about halfway down the following example

&#039;0180/06/06 00:00:00&#039; =&gt; 0x070000000000FFFF00  
&#039;0180/06/07 00:00:00&#039; =&gt; 0x070000000000FFFF00

should be corrected as:

&#039;0180/06/06 00:00:00&#039; =&gt; 0x070000000000FFFF00  
&#039;0180/06/07 00:00:00&#039; =&gt; 0x070000000000000001

as clearly two different dates can not have the same internal presentation.</description>
		<content:encoded><![CDATA[<p>Thanks for this clarifying insight.</p>
<p>I would suggest two minor editing corrections:</p>
<p>1. The code at the beginning of the article does not have a declaration for the variable @bin1 and should be corrected as follows:<br />
set @bin = CONVERT(varbinary(max), @dt)</p>
<p>2. At about halfway down the following example</p>
<p>&#8217;0180/06/06 00:00:00&#8242; =&gt; 0x070000000000FFFF00<br />
&#8217;0180/06/07 00:00:00&#8242; =&gt; 0x070000000000FFFF00</p>
<p>should be corrected as:</p>
<p>&#8217;0180/06/06 00:00:00&#8242; =&gt; 0x070000000000FFFF00<br />
&#8217;0180/06/07 00:00:00&#8242; =&gt; 0&#215;070000000000000001</p>
<p>as clearly two different dates can not have the same internal presentation.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
