User friendly DATETIME Functions in SQL Server 2008
The DATETIME function’s major change in SQL Server 2008 is the four DATETIME data types that are newly introduced. They are : DATE, TIME, DATETIMEOFFSET and DATETIME2. In addition to these newly introduce data types, there are new DATETIME functions also present. DATE Data type:- In SQL Server 2008, this data type is used to…
read more