Creating Timestamp column

  • Timestamp, despite its name, is for row versioning and not for recording times of action. Create your column with datetime data type, and insert GETDATE() into it.

    John

Viewing post 1 (of 2 total)

You must be logged in to reply to this topic. Login to reply