How to Understand the SSMS Execution Plan

preview_player
Показать описание

If you work with SQL Server you'll eventually come across a query that runs slowly.

Then you'll want to know how to make it faster.

The first step to do this is to learn what the database is doing with the query.

In this video, you'll learn what an execution plan is, how to display it, and what to look for - all using an example SQL query.

⏱ TIMESTAMPS:
00:00 - Our sample query
01:10 - Reading the execution plan
05:25 - Focus areas

🔗 VIDEO LINKS:
Get
Рекомендации по теме
Комментарии
Автор

At 1:37 you say that we read the plan from left to right but the whole video was literally reading the plan from right to left. Apart from that which confused me a bit, great video. Very clear.

nickkapatais
Автор

hey sir i have a doubt regarding authentication in spring boot, if u know any idea about that, i request you to help me
i have an error like : PreparedStatementCallback; bad SQL grammar [SELECT username, password, enabled FROM site_user WHERE username=?]

Sedhu_