• GilaMonster (10/30/2013)


    Don't look at scan count. It is not the number of times a table has been scanned, it's not consistently the number of times a table has been accessed either.

    it means that for example

    If I have SCAN 1 and logical reads 100

    and scan 2 and logical reads 50 ,

    it same or the second stats are better ? and the 50 is last value and not x2 .. yes?