Chandler Gray
blog
/
projects
/
about
/
Search
All tags
Posts tagged with "t-sql"
Querying Dates in SQL Server for Performance
By testing six different date-filtering patterns—using BETWEEN, >=/< with precise and simplified formats, and applying CONVERT to datetime columns—this post reveals how non-sargable expressions trigger scans and inflate logical reads, and recommends best practices for clean, efficient filters.