A SQL Server type that defines a date that is combined with a time of day that is based on 24-hour clock.
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 datetime2I can't seem to find in the official documentation if SQL Server 2005 supports datetime2 data type?
sql-server-2005 datetime2