Cached Execution Plans in SQL Server
I have been working on a performance problem recently, so you might see several blog entries with information that help me. Hopefully they will help you.
Getting the SQL Server execution plan from a production can be difficult, since you are not running the code within Enterprise Manager. You can still get the execution plan of any running statement and display the graphical representation in Enterprise Manager. Read more »