﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Article Discussions / Article Discussions by Author / Discuss content posted by bitbucket  / New data types in SQL 2008 / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Wed, 19 Jun 2013 12:37:49 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: New data types in SQL 2008</title><link>http://www.sqlservercentral.com/Forums/Topic579471-1222-1.aspx</link><description>Nice question...</description><pubDate>Fri, 03 Oct 2008 01:59:01 GMT</pubDate><dc:creator>Anipaul</dc:creator></item><item><title>RE: New data types in SQL 2008</title><link>http://www.sqlservercentral.com/Forums/Topic579471-1222-1.aspx</link><description>Good question. A lot of people will like the separate date and time. :w00t:</description><pubDate>Thu, 02 Oct 2008 11:30:59 GMT</pubDate><dc:creator>OCTom</dc:creator></item><item><title>RE: New data types in SQL 2008</title><link>http://www.sqlservercentral.com/Forums/Topic579471-1222-1.aspx</link><description>To save y'all the trouble of clicking each MSDN link given in the solution, here are my condensations of the basic definitions....[b]date[/b]Defines a date.  Three bytes with a range of 0001-01-01 through 9999-12-31.[b]time[/b]Defines a time of day.  Optionally specify a precision for the fractions of a second. Three to five bytes depending on precision (0-7 digits for fraction of second).[b]datetime2[/b]Defines a date that is combined with a time of day that is based on 24-hour clock. datetime2 can be considered as an extension of the existing datetime type that has a larger date range (0001-01-01 through 9999-12-31), a larger default fractional precision, and optional user-specified precision (0-7 digits for fraction of second).  Six to eight bytes depending on precision.[b]datetimeoffset[/b]Defines a date that is combined with a time of a day that has time zone awareness and is based on a 24-hour clock. Similar to [b]datetime2[/b] with the addition of storing the offset from UTC from -14:00 to +14:00. Ten bytes.And, for comparison...[b]datetime[/b]Defines a date that is combined with a time of day with fractional seconds that is based on a 24-hour clock. Date range is January 1, 1753, through December 31, 9999.  Time range is 00:00:00 through 23:59:59.997 rounded to increments of .000, .003, or .007 seconds. Eight bytes. </description><pubDate>Thu, 02 Oct 2008 07:56:10 GMT</pubDate><dc:creator>john.arnott</dc:creator></item><item><title>RE: New data types in SQL 2008</title><link>http://www.sqlservercentral.com/Forums/Topic579471-1222-1.aspx</link><description>What is the DateTime2 and DateTimeOffset?</description><pubDate>Thu, 02 Oct 2008 07:00:12 GMT</pubDate><dc:creator>Joe Pattison</dc:creator></item><item><title>New data types in SQL 2008</title><link>http://www.sqlservercentral.com/Forums/Topic579471-1222-1.aspx</link><description>Comments posted to this topic are about the item [B]&lt;A HREF="/questions/Data+Types/64334/"&gt;New data types in SQL 2008&lt;/A&gt;[/B]</description><pubDate>Wed, 01 Oct 2008 21:43:18 GMT</pubDate><dc:creator>bitbucket-25253</dc:creator></item></channel></rss>