I am trying to look at an execution plan for a sproc that has a massive amount of statements, looping, etc... As you can imagine, the execution plan is really long. In fact, SSMS gets confused before the interesting part that I am trying to look at.
Is there anyway to see the entire execution plan?
Btw, using SSMS 2008 to hit SQL Server 2005.