30.06.2013 Views

SQL Server Execution Plans - Red Gate Software

SQL Server Execution Plans - Red Gate Software

SQL Server Execution Plans - Red Gate Software

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Chapter 2: Graphical <strong>Execution</strong> <strong>Plans</strong> for Basic Queries<br />

We can see that the engine used a Clustered Index Scan operation to retrieve the<br />

required data. Looking at only the graphic plan by itself doesn't tell us enough about the<br />

execution plan or the operators in it. More information is available with the ToolTips and<br />

Property sheets, as was mentioned in the Chapter 1. If you place the mouse pointer over<br />

the icon labeled Clustered Index Scan to bring up the ToolTip window, more information<br />

becomes immediately available, as you can see in Figure 2.2.<br />

Figure 2.2<br />

Looking at Figure 2.2, near the bottom of the ToolTip, you find the label, Object. This<br />

indicates which object, if any, this operator references. In this case, the clustered index<br />

used was PK_ContactType_ContactTypeID. Listed above this are various other<br />

66

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!