I have many tables that have a [DateCreated] column that also needs a [DateModified] column.
The [DateModified] column will need an Update trigger that inserts the current date (getdate()) into this new [DateModified] column.
Each table uses custom schema, not [dbo].
Whats the easiest/best way to do this?