Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Useful Dates: The Many Uses of Date Tables

    Instead of double converting (first to varchar then back to datetime), wouldn't it be simpler and "cleaner" to do this:

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

    Enjoyed the article

Viewing post 1 (of 1 total)