What's a good way to check if two datetimes are on the same calendar day in TSQL?

前端 未结 10 1419
小鲜肉
小鲜肉 2021-02-12 02:15

Here is the issue I am having: I have a large query that needs to compare datetimes in the where clause to see if two dates are on the same day. My current solution, which suck

10条回答
  •  [愿得一人]
    2021-02-12 03:17

    Make sure to read Only In A Database Can You Get 1000% + Improvement By Changing A Few Lines Of Code so that you are sure that the optimizer can utilize the index effectively when messing with dates

提交回复
热议问题