sql - ModifyDate column - Is using a Computed Column a correct way to implement this?
- by hamlin11
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)