SyntaxFix
Write A Post
Hire A Developer
Questions
Of-course this is an old thread but to make it complete.
From SQL 2008 you can use DATE datatype so you can simply do:
SELECT CONVERT(DATE,GETDATE()) OR Select * from [User] U where CONVERT(DATE,U.DateCreated) = '2014-02-07'