Hi,
Is there a way to find which table column was modified?
I'd like use that information to create an audit table.
e.g. Let's say i have a table with col1, col2, col3.
I'd like to use an update trigger to insert into my audit table: date, user, colName, old value, new value
I need to find which column was just updated to put in colName.
Is there a system table where i get that information?
Thanks for any suggestions.
Is there a way to find which table column was modified?
I'd like use that information to create an audit table.
e.g. Let's say i have a table with col1, col2, col3.
I'd like to use an update trigger to insert into my audit table: date, user, colName, old value, new value
I need to find which column was just updated to put in colName.
Is there a system table where i get that information?
Thanks for any suggestions.