I\'ve been doing a convert(varchar,datefield,112) on each date field that I\'m using in \'between\' queries in SQL server to ensure that I\'m only accounting fo
convert(varchar,datefield,112)
Have a computed persisted column calculate the expression you need. If columns are computed and persisted, they can also be indexed.