Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Content with tags T-SQL, Execution Plans Rss

   Items 1 to 4 of 4   
 

Sub query expressions vs. Joins.

Do sub query expressions introduce a performance penalty on retrieving large data sets?  Read more...
By Brian Ellul 2012/01/20 (first published: 2010/07/22) | Source: SQLServerCentral.com | Category: table spool operator
Rating: |  Discuss |   Briefcase | 28,380 reads

Changes to SQL Server 2012 Execution Plans

I’ve been working with execution plans quite a lot in SQL Server 2012. There are a number of changes, most of them associated with new or different functionality. I had not noticed anything really fundamental until recently. I’ve become a huge proponent of always checking the properties of the SELECT statement. There’s so much useful information in there about what’s happened with the plan generation in the optimizer (not low level stuff, but the big picture items) that you should always be checking it first as a fundamental part of your plan examinations.  Read more...
By Grant Fritchey 2011/12/14 | Source: SQLServerCentral.com | Category: execution plans
Rating: (not yet rated)  Rate this |   Briefcase | 4,134 reads

Showplan Operator of the Week - Merge Interval

When Fabiano agreed to undertake the epic task of describing each showplan operator, none of us quite predicted the interesting ways that the series helps to understand how the query optimizer works. With the Merge Interval, Fabiano comes up with some insights about the way that the Query optimizer handles overlapping ranges efficiently.   Read more...
By Additional Articles 2011/01/28 | Source: SimpleTalk | Category: t-sql
Rating:  Rate this |   Briefcase | 2,569 reads

Sub query expressions vs. Joins.

Do sub query expressions introduce a performance penalty on retrieving large data sets?  Read more...
By Brian Ellul 2012/01/20 (first published: 2010/07/22) | Source: SQLServerCentral.com | Category: table spool operator
Rating: |  Discuss |   Briefcase | 28,380 reads
   Items 1 to 4 of 4   
 
Tags
performance tuning (1)    
rebind and rewinds (1)    
sql server 2012 (1)    
table spool operator (1)