Where can I go to learn how to read a sql server execution plan?

Posted by Chris Lively on Server Fault See other posts from Server Fault or by Chris Lively
Published on 2010-06-18T15:19:37Z Indexed on 2010/06/18 15:24 UTC
Read the original article Hit count: 235

Filed under:

I'm looking for resources that can teach me how to properly read a sql server execution plan.

I'm a long time developer, with tons of sql server experience, but I've never really learned how to really understand what an execution plan is saying to me.

I guess I'm looking for links, books, anything that can describe things like whether a clustered index scan is good or bad along with examples on how to fix issues.

© Server Fault or respective owner

Related posts about sql-server-2008