I use the "changed_at" fields in my MySQL database, which Ruby on Rails automatically updates when a record changes.
Now I'm using ASP.NET MVC with SQL Server 2008, and I'm wondering how I will get the same functionality. Does SQL Server have the ability to automatically update a field when updating?
timestamp sql-server asp.net-mvc
Peter
source share