I am trying to research on why certain columns in a table were not updated. To get to root cause, I am trying to identify which stored proc(s) could be updating those specific columns in the table.
So..
How do I identify stored proc(s) that would update columns aa,bb,cc in the table123 in a given database?
There could be many stored procs updating this table. This table could have many other columns. Is it possible to identify?