Viewing post 1 (of 1 total)
Hi, This is great. We use the following constraint and sanitation before assignment on date only columns in SQL 2005:
check (dateAdd(dd, datediff(dd, 0, datetimeColumn), 0) = datetimeColumn)
I believe at least...
January 20, 2010 at 9:06 am
#1106115