|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Today @ 5:14 AM
Points: 1,048,
Visits: 2,216
|
|
Funny that I just saw this article. We JUST tackled this exact situation in a large SS database last week. Good article ! I wish i would have had this info two weeks ago.
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Monday, May 20, 2013 12:18 PM
Points: 30,
Visits: 239
|
|
With SQL Server 2005 you also have the opportunity to Include additional columns in your index. This is in BOL at: ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/d198648d-fea5-416d-9f30-f9d4aebbf4ec.htm "An index with included nonkey columns can significantly improve query performance when all columns in the query are included in the index either as key or nonkey columns. Performance gains are achieved because the query optimizer can locate all the column values within the index; table or clustered index data is not accessed resulting in fewer disk I/O operations."
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Monday, April 27, 2009 8:28 PM
Points: 161,
Visits: 162
|
|
Amazing article ....... On similar lines please find another link :: http://blogs.msdn.com/craigfr/archive/2006/06/30/652639.aspx
|
|
|
|
|
SSCarpal Tunnel
       
Group: General Forum Members
Last Login: Yesterday @ 1:35 AM
Points: 4,789,
Visits: 1,336
|
|
Excellent and very useful article...
|
|
|
|
|
SSChampion
        
Group: General Forum Members
Last Login: Today @ 3:55 AM
Points: 13,381,
Visits: 25,165
|
|
|
|
|
|
SSChampion
        
Group: General Forum Members
Last Login: Today @ 3:55 AM
Points: 13,381,
Visits: 25,165
|
|
This is a good article. I can see why it was reprinted. I'd like to see an update. Things are just a little different in 2005/2008. Those differences, some of them cosmetic, such as the change from bookmark lookup to RID lookup in the execution plans, would change some of the details of the article as well as some of the methods of correction (INCLUDE has been mentioned several times).
---------------------------------------------------- "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood..." Theodore Roosevelt The Scary DBA Author of: SQL Server 2012 Query Performance Tuning SQL Server 2008 Query Performance Tuning Distilled and SQL Server Execution Plans
Product Evangelist for Red Gate Software
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Sunday, October 14, 2012 3:44 AM
Points: 6,
Visits: 27
|
|
Firstly , thank you for explaining Bookmark lookups with such clarity !
I have the same question as SSC-Enthusiastic , how many covering index can we really afford to create ?
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Sunday, October 14, 2012 3:44 AM
Points: 6,
Visits: 27
|
|
Hi Markus , Could you give us some pointers beyond this article since you mentioned that you've just dealt with the same at a large scale
Thanks !
|
|
|
|