sql - ModifyDate column - Is using a Computed Column a correct way to implement this?

Posted by hamlin11 on Stack Overflow See other posts from Stack Overflow or by hamlin11
Published on 2010-05-12T21:22:23Z Indexed on 2010/05/12 21:34 UTC
Read the original article Hit count: 205

I just want to have a "ModifyDate" column automatically populated for me when a record is either inserted or updated.

Should I be using triggers or is it OK to use a Computed Column?

(Using SSMS2005 and SQL Server 2005 Express)

© Stack Overflow or respective owner

Related posts about sql

Related posts about sql-server