Тёмный

An Advanced SQL Server Query Profiling Technique 

Erik Darling (Erik Darling Data)
Подписаться 4,9 тыс.
Просмотров 1,1 тыс.
50% 1

Опубликовано:

 

22 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 15   
@BrandonChampion
@BrandonChampion 2 дня назад
What's impressive is you not only have to put in all the effort and research to discuss a topic, you also have to intentionally craft queries that demonstrate the problems related to it.
@ErikDarlingData
@ErikDarlingData День назад
Do what you love and you'll never take a day off!
@caparn100
@caparn100 18 часов назад
SQL Server 2022, along with a recent version of SSMS, features a 'Live Query Plan' button next to the 'Actual Execution Plan' button. This allows the query plan to be visualised in real-time as the query is executed.
@ErikDarlingData
@ErikDarlingData 18 часов назад
It has been around a lot longer than that. I'm not sure why how you came to that conclusion. The problem is that it's quite buggy, causes SSMS to crash, and sometimes plans either never appear, or the wrong plan appears, or the same plan appears multiple times. I tend to not use it at all for those reasons.
@caparn100
@caparn100 18 часов назад
@@ErikDarlingData Yes sorry, I typed that halfway though watching your video. I must pay more attention! Good video by the way.
@RomanPeralta
@RomanPeralta 2 дня назад
The best SQL Server training on internet (EDD) could use some links to these too many great videos as complementary material ;)
@ErikDarlingData
@ErikDarlingData День назад
If you feel like doing those annotations, go for it. Otherwise, I'm planning on redoing and expanding the training content with the stuff that's here as well.
@clerincg
@clerincg День назад
Cool way to get "under the hood" while the car is going down the highway 😎 Was there a resolution to the single-threaded Index (Eager Spool) operation that would have actually run in parallel like the other Clustered Index operation?
@ErikDarlingData
@ErikDarlingData День назад
Eager index spools are always built single threaded, likewise the table that the index is built from is read from single threaded. There is no resolution aside from creating the index yourself, if you're on Enterprise Edition.
@darrylw99
@darrylw99 День назад
Should there be a significant execution time difference between the serial v Parallel version? the serial ran in 1m 23s and the parallel in 1m 18s
@ErikDarlingData
@ErikDarlingData День назад
Yes, I talk about the main reason why in the video too 😘
@sakauk7566
@sakauk7566 День назад
Hi Erik , will that query work with SQL 2019?
@ErikDarlingData
@ErikDarlingData День назад
Yes, it may work back to 2016 IIRC, but I can't really try it at the moment.
Далее
Tricky Scalar UDF Rewrites In SQL Server
9:35
Fake Referee Whistle Moments 😅
00:38
Просмотров 8 млн
Debugging a Complex T-SQL Issue
1:00:54
Просмотров 6 тыс.
Windows Servers Can Expose PowerShell on the Web
18:12
Fundamentals of Selects
25:21
Просмотров 2,5 тыс.
Microservices with Databases can be challenging...
20:52
This Folder Structure Makes Me 100% More Productive
24:36
Advanced String Searching In SQL Server
14:31
Просмотров 1 тыс.