• Our inhouse method of doing this for today's date is:

    DATEDIFF(d, 0, GETDATE())

    or for a general date from the DB:

    DATEDIFF(d, 0, DateField)

    DATEDIFF may be more expensive, but is it more expensive than "CAST(FLOOR(CAST("?