Datetime Datypes
Introduction
In SQL Server Programming, we have been using Date & Time in many situations.In SQL Server 2008 the DATETIME function’s major changes is the four DATETIME data types introduced. They are DATE, TIME, DATETIMEOFFSET and DATETIME2. In this article we shall discuss about these functions in details with appropriate examples
DATE Data Type
In SQL Server [...]
Continue reading about SQL Server 2008 New DATETIME Data Types




