Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: GETDATE() -vs- fn NOW()

    There are three ways to retrieve the current datetime in SQL SERVER.

    CURRENT_TIMESTAMP, GETDATE(), {fn NOW()}

    CURRENT_TIMESTAMP

    CURRENT_TIMESTAMP is a nondeterministic function. Views and expressions that reference this column cannot be indexed. CURRENT_TIMESTAMP...

Viewing post 1 (of 1 total)