Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Comparison of Dates in SQL

    Here's another method for removing the time from a datetime value I picked up from a colleague.

    select dateadd(day,0,datediff(day,0,getdate()))

Viewing post 1 (of 2 total)