I am trying to create a trigger so that on an Update action the trigger will insert the name of the fields that were changed into one field in an audit table. For example in table 1 if the city and state fields were changed it would then insert 'city, state' into the 'FieldsChanged' column in my audit table. FYI, some of my tables have up to 15 columns. Any help would be appreciated.
Thanks