Hello All,
I have a SQL database with 50 tables and a web service application running on them where about 10 tables can get data updation through web service application.
Is it possible to find out which records from which table are updated in a single day by the web interface from Log analysis.
We dont have any timestamp field in the tables, we want a solution to know which records from which tables changed on a particular day.
Please help me.