In SQL Server 2008, the datetime2, time, and datetimeoffset types can have a optional fractional second part. This decision have several benefit: If user does not care about the fractional second, they can use datetime2/time/datetimeoffset(0), which can
Read More...