0
kicks
SQL Server: Why We Should Prefer DATE over DATETIME Data Type
SQL Server 2008 introduced a new data type “DATE” to store date data. Before this we have only DATETIME data type which stores both date and time. Why we should prefer DATE over DATETIME when storing only date data, and no need to store time portion.