SyntaxFix
Write A Post
Hire A Developer
Questions
In your join or where clause, use the Date property of the column. Behind the scenes, this executes a CONVERT(DATE, <expression>) operation. This should allow you to compare dates without the time.
Date
CONVERT(DATE, <expression>)