How to Think Like the Engine

The first Microsoft database course you should ever take.

Created by Brent Ozar

Course Description

You’re a developer or a DBA, and you’re comfortable writing queries to get the data you need. You’re much less comfortable trying to design the right indexes for your database server.

In my totally free How to Think Like the Engine class, you’ll learn how the SQL Server engine looks at your indexes and builds your query results. You’ll learn the differences between clustered and nonclustered indexes, how Microsoft SQL Server and Azure SQL DB stores them, and how to read an execution plan.