This canned software that allows users to update all fields from an article and the only audit I got is who modified a particular record, but no audit record about what fields.
There is a policy that nobody should change some fields.
I'll implement something for this not happening in the future.
My concern now is how to find these updates in the transaction log. I know those files exits, no idea how to access them, query them, etc.
Thanks
You can use a query like the following: https://www.sqlshack.com/reading-sql-server-transaction-log/
GO