I restored two databases using two different .BAK files (different nightly backup files)
I have a row of data that disappeared from the latest restored .BAK.
Need to find out why.
Is there a way for me to read/go through the .TRN data to see what user-action might have caused the issue?
Check out Apexsql ,they provide tools to read the transaction log. Its not freeware however.
There is also a undocumented feature inside SQl Server. See This Post for more details.