I would like to create an after update trigger on a table when a specific field, ERDS (I did not name these fields), gets changed from a value of '07' to any other value. Is this something I can do with a trigger or will I have to use the change data capture feature in SQL server?
Ideally, when the ERDS field gets changed from '07' to another value the trigger will take that record and put it into another table.