
Valid Date Range for SQL Server Date/Time Data Types
Values for datetime data types earlier than January 1, 1753 are not permitted in SQL Server. SQL Server rejects all values that do not fall within the range from 1753 to 9999. Another SQL Server data type, smalldatetime, stores dates and times of day with less precision than datetime datatype.