Take the SQLChallenge: Tuning a Stored Procedure
Category:
query-performance
I’ve just published a new SQLChallenge course, and I think it’s one of the best ones yet.
Your mission is to:
- Identify which statement is slowing down our stored procedure the most
- Tune the code to speed it up. You can change the query that is slow as well as anything else in the procedure that will help you make that statement faster.
In the solution videos, I’ll step through multiple strategies to figure out which statement in the procedure is slowing it down the most – because in real life, you need to have a whole bag of tricks in different situations.
