Hi,
A user reported an issue where her application had froze. When I checked the database I could see that there was a query running related to what she was doing that was consuming a lot of CPU. Here is it's query plan:
I then deleted the query plan and got her to redo what she was doing on the application. This query plan was generated:
What's the difference or what does the part circled on the left of the original plan mean?
Cheers
Paul