SyntaxFix
Write A Post
Hire A Developer
Questions
You can use LIKE statement instead of =. But to do this with DateStamp you need to CONVERT it first to VARCHAR:
LIKE
=
CONVERT
SELECT * FROM [User] U WHERE CONVERT(VARCHAR, U.DateCreated, 120) LIKE '2014-02-07%'