I have one important table called Person among hundreds of tables. But, I'm not sure when it is coming into play. I have to capture table information in such a way that as soon as the Person table is queried by one particular page in the browser, it should prompt me quickly, so that I can record that particular page needs Person table.
Without knowing how to do this I can't make much progress. Can anybody please suggest to me how can I achieve this? Can we achieve this with SQL Server profiler? Or is there any other technique?