Kevin Kline

Long-time Microsoft MVP, Speaker, and Author of 'SQL in a Nutshell', AWS Enterprise Solution Architect

We may earn commissions for purchases made via this page

Book Recommendations:

Recommended by Kevin Kline

Benjamin has been a specialist in SQL Server deep internals and query optimization, speaking and frequently consulting on the topic for decades. Through his discussion ranging from the query optimizer to troubleshooting techniques, caching and indexing to statistics, his broad and deep experience is evident throughout the book. Benjamin covers everything you need to take your skills as a SQL coder from entry level to complete mastery. You’ll also get excellent information about the differences in SQL query behavior between the SQL Server relational database engine and SQL Server data warehouse query engine, in-memory OLTP query processing, query hints, and the newest query-related features of SQL Server 2022. This book is well worth your dollar. (from Amazon)

Get well-versed with ready-to-use techniques for creating high-performance queries and applications Key Features: Speed up queries and dramatically improve application performance by both understanding query engine internals and practical query optimizationUnderstand how the query optimizer worksLearn about intelligent query processing and what is new in SQL Server 2022 Book Description: SQL Server is a relational database management system developed by Microsoft. As a database server, it is a software product with the primary function of storing and retrieving data as requested by other software applications. This book starts by describing the inner workings of the query optimizer, and will enable you to use this knowledge to write better queries and provide the query engine with all the information it needs to produce efficient execution plans. As you progress, you'll get practical query optimization tips for troubleshooting underperforming queries. The book will also guide you through intelligent query processing and what is new in SQL Server 2022. Query performance topics such as the Query Store, In-Memory OLTP and columnstore indexes are covered as well. By the end of this book, you'll be able to get the best possible performance for your queries and applications. What You Will Learn: Troubleshoot queries using methods including extended events, SQL Trace, and dynamic management viewsUnderstand how the execution engine and query operators workSpeed up queries and improve app performance by creating the right indexesDetect and fix cardinality estimation errors by examining query optimizer statisticsMonitor and promote both plan caching and plan reuse to improve app performanceTroubleshoot and improve query performance by using the Query StoreImprove the performance of data warehouse queries by using columnstore indexesHandle query processor limitations with hints and other methods Who this book is for: This book is for SQL Server developers who are struggling with slow query execution, database administrators who are tasked with troubleshooting slow application performance, and database architects who design SQL Server databases in support of line-of-business and data warehousing applications.