Query Tuning Week: How to Start Troubleshooting a Slow Stored Procedure
7 Comments
When you need to find out why a stored procedure is running slow, here’s the information to start gathering: Check to see if the plan is in the cache. Run sp_BlitzCache® and use several different @sort_order parameters – try cpu, reads, duration, executions. If you find it in your top 10 plans, you can view…
Read More


















