Robert B. answered 05/09/19
Tutor
4.9
(86)
A Senior Web Application Architect with "Real World" Experience.
SQLServer 2008 now has a 'date' data type which contains only a date without the time.
Prior versions of SQLServer would be as follows...
SELECT CONVERT(date, GETDATE())