Top "Datetime2" questions

A SQL Server type that defines a date that is combined with a time of day that is based on 24-hour clock.

Using Time(0) and Datetime2(0) in SQL Server

I'm using SQL Server 2008 R2. Using SQL Server Management Studio, I've created a database, and a new table. In the …

sql-server sql-server-2008-r2 datetime2
Does SQL Server 2005 support datetime2

I can't seem to find in the official documentation if SQL Server 2005 supports datetime2 data type?

sql-server-2005 datetime2