Hi,
Consider the below scenario.
There are multiple user loging into DB with same Login creditials lets say "sa", and do update on particular column. I want to find who have updated a particular column. I tried Suser_sname, which is pulling sa for all the updates.
Can you please help out on this.