Community

SQL Server: Limit Millisecond Part in DateTime2 Datatype

(Madhivanan) Till version 2005, SQL Server supported only the datetime datatype which stored date and time with milliseconds upto three digits. However SQL Server 2008 supports separate data types DATE and TIME as well DATETIME2 datatype which stores milliseconds upto 7 digits.

Read More - Register for Free Membership