I found below statement regarding “date” column type:
“date” stores only the date component
without the time component, ranging
from 1st January 0001 to 31st December
9999, with accuracy of 1 day
I am not able to understand what is meaning of accuracy here?
I found this statement on:
http://www.sqlservercentral.com/articles/News/3253/
It means that the minimum difference from
datetodateis a single day, nothing less.In other words, you can’t store hours in a
datecolumn.Or, that the data is accurate to within a day.
See
dateon MSDN: