Is there a way to know exactly which column changed during an update ? #946
-
Hey everyone, I'd like to know if there is a way using sql trigger to know which column exactly changed during an update for example ? If the azure function is triggered by an Update operation that only updates the column "City" of a row in my "Address" table, Thanks 🙂 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Unfortunately not at this time, but we have this issue tracking requesting adding that information and will be looking at that as a future enhancement! |
Beta Was this translation helpful? Give feedback.
-
You may want to look into SQL Change tracking. |
Beta Was this translation helpful? Give feedback.
Unfortunately not at this time, but we have this issue tracking requesting adding that information and will be looking at that as a future enhancement!
#710