1) SQL Server 2008 introduces new date/time datatypes that provide greater precision and flexibility over previous versions.
2) The new datatypes include DATE, DATETIME2, TIME, and DATETIMEOFFSET to store date-only, time-only, or date+time values with time zone support.
3) These new datatypes allow for a wider range of dates, more precise time values down to 100 nanoseconds, and separation of date and time components for easier querying.