﻿<?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 William Talada  / datetime precision / 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>Sat, 25 May 2013 14:10:22 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: datetime precision</title><link>http://www.sqlservercentral.com/Forums/Topic848125-1710-1.aspx</link><description>Hi, This is great. We use the following constraint and sanitation before assignment on date only columns in SQL 2005:[code="sql"]check (dateAdd(dd, datediff(dd, 0, datetimeColumn), 0) = datetimeColumn)[/code]I believe at least some of your wishes MS has implemented in SQL 2008. See here under embedded links: [url=http://msdn.microsoft.com/en-us/library/ms186724.aspx]http://msdn.microsoft.com[/url] and here [url=http://www.sql-server-performance.com/articles/dev/datetime_2008_p1.aspx]http://www.sql-server-performance.com[/url].[quote]The DATETIME function’s major change in SQL Server 2008 is the four DATETIME data types introduced. They are DATE, TIME, DATETIMEOFFSET and DATETIME2. IN addition to these newly introduced data types, there are new DATETIME functions all well.[/quote]</description><pubDate>Wed, 20 Jan 2010 09:06:34 GMT</pubDate><dc:creator>rajmundr</dc:creator></item><item><title>datetime precision</title><link>http://www.sqlservercentral.com/Forums/Topic848125-1710-1.aspx</link><description>Comments posted to this topic are about the item [B]&lt;A HREF="/scripts/DateTime/69124/"&gt;datetime precision&lt;/A&gt;[/B]</description><pubDate>Fri, 15 Jan 2010 01:40:45 GMT</pubDate><dc:creator>Bill Talada</dc:creator></item></channel></rss>