Full Table Scans

  • Hello guys,

    Could someone tell me if there is a way to write a t-sql script to track sql queries performing full table scans?

    Thanks a lot,

    Thierry

  • Hi,

    Use SQL Profiler and trace TSQL and Stored Procedure events.

    Then search the textdata column.

    I hope this helps...


    Andy.

  • Hello Andy,

     

    How can I then detect full table scan in textdata?

    Thierry

  • Full table scan can be select * from table OR

    Ignoring indxes -- Which one is bugging you?

     

     

     


    Andy.

  • I'm monitoring servers with windows performance monitoring tool, sql server access method object, full table scans/sec counter. When I see that the counter is high I would like to see which sqls are performing full table scans

  • No one have an idea???

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply