Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: GETDATE -> only DATE needed

    You simply use something like this:

    UPDATE tbldummy SET datefield = CONVERT(VARCHAR(8), GETDATE(), 112)

    Works great

    If you can do a select query, but you want drop the time you can use:

    select CONVERT(VARCHAR(10),...

Viewing post 1 (of 1 total)