Hello everyone, In 2005, has anyone found a good way of finding the names of Tables that full scans are occurring on? And maybe even the SQL code that is running when the table scan occurs? Thanks, John
As Luis referred PROFILER can get information, but running that in PROD environment may prove costly if you have performance issues. So you can take help of SYSMON (PERFMON) tool get performance counter under the "SQL Server:Access Methods" category called "Full Scans/sec" for more information.