SyntaxFix
Write A Post
Hire A Developer
Questions
You can use this approach which truncates the time part:
select * from test where convert(datetime,'03/19/2014',102) = DATEADD(dd, DATEDIFF(dd, 0, date), 0)