Recommended book for Sql Server query optimisation
        Posted  
        
            by Patrick Honorez
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Patrick Honorez
        
        
        
        Published on 2010-06-11T11:48:35Z
        Indexed on 
            2010/06/11
            11:53 UTC
        
        
        Read the original article
        Hit count: 235
        
Even if I have made a certification exam on Sql Server Design and implementation , I have no clue about how to trace/debug/optimise performance in Sql Sever.
Now the database I built is really business critical, and getting big, so it is time for me to dig into optimisation, specially regarding when/where to add indexes.
Can you recommend a good book on this subject ? (smaller is better :)
Just in case: I am using Sql Server 2008.
Thanks
© Stack Overflow or respective owner