I have captured Showplan XML Statistics Profile event class and I got this plan . I have also captured Scan:Started event class.
Here is a part of the plan that appears for Showplan XML Statistics Profile
What took me by surprise is that although my query doesn't scan EmailComments table and do full text search they are appearing in the plan( in the red box) .
My understanding was only those operation that are actually performed should be in the plan. I am new to profiling and query optimization. Can somebody guide me what am i missing?