I need to trace changes on a record in database. I have some triggers on different tables that calls one stored procedure and this sp updates records in certain table (table1).
I will trace records in table1 to find when and from where data are changed.
Actually I use sybase 12.5 and I would know how to read LOG file by SQL query in sybase or sql server.
tanx :)