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 🙂 |
Answered by
Charles-Gagnon
Oct 11, 2023
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! |
0 replies
Answer selected by
Skwall
|
You may want to look into SQL Change tracking. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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