Book Review: SQL Server Query Tuning and Optimization

I was pleased to be sent a pre-release copy of Benjamin Nevarez’s new book SQL Server Query Tuning and Optimization. Last time, I reviewed his High Performance SQL Server book.
This book seems to be somewhat new and somewhat an update, but this time with the main focus on query tuning and optimization. That’s pleasing as the main way to get better performance out of SQL Server is to fix the queries. much more so than anything to do with the hardware or server configurations that so many people focus on.
I’ve known Benjamin for a long time. He’s a very skilled SQL Server professional. And again the technical reviewer for the book is another very skilled old friend in Mark Broadbent. Brandon Leach, Ajmer Dhariwal, and Artur Wysozanski were also technical reviewers. Once again, I had high expectations.
And once again, I wasn’t disappointed.
The book covers a rich set of topics, including most things you need to know when performing query optimization for SQL Server. It provides a detailed background to each area, and then recommendations on how to proceed.
Once again, it was so pleasing to read a technical book that was well written, used English well, and wasn’t full of technical errors. Nowadays, there aren’t many technical books that fall into this category. Several times lately, I’ve been sent technical books for review, and I’ve ended up telling the publisher that they don’t want me to write a review as those books were so poorly written. It’s important to support people who are still writing quality technical books.
Now, were there again areas that I disagreed with Benjamin on?
Yes.
I just don’t share the enthusiasm for the in-memory OLTP options in SQL Server, even for temporary objects. I wish it wasn’t so, but I’ve spent so much time trying them over the years, and let’s just say, I don’t use them. The SQL Server team spent so much money on their in-memory OLTP and in its current form, even in SQL Server 2022, it just doesn’t deliver. I think it’s one of Bob Ward (product team)’s dreams to ever have me happy with it, but that’s not happened yet. It shines in a few very niche areas, but for most customers, I tell them to avoid it.
Another area that I’d also differ on now is the Data Collector. I really don’t think this has much future. Benjamin covers it still in this version of the book, but I’d strongly suggest that customers give it a miss.
Were there again areas where I’d love to see the book improved?
Yes.
Here are some suggestions:
- I’d like to see statement terminators in all the code (personal bugbear).
- The order of the topics in theory makes sense, but again in practice, I’m not so sure. I’m concerned that most developers who pick up this book won’t get through the theory, to then find the gold. Perhaps there’s a need for another book that just lists all the common issues for query tuning, and then for each one, explains what’s going on. Alternately, it might have made for an interesting appendix, to have a list of common issues, and for each to tell you which parts of the book are most relevant. So many developers would be just looking for quick answers, and aren’t going to read the whole book to find that.
- I’d love to see more info on working with captured traces. There is so much value in this analysis, of both the core queries, and the normalized versions of the queries. Nowadays, it’s the number one thing I start looking at when doing performance tuning work on systems that I haven’t worked on before.
- I’d like to see the book call out even more on the importance of appropriate application design. In my work, I find that at least 70% of the SQL Server performance-related issues that I run into, are application design issues.
The Verdict ?
Overall though? Again, a wonderful book. 9 out of 10.
It should be released very soon: https://packt.link/AbvGr
Want to learn more?
If you’d like to learn much more about tracing queries and improving your T-SQL, check out our online courses at https://training.sqldownunder.com
2022-08-05