List All Parallel Queries - SQL in Sixty Seconds 098

preview_player
Показать описание
In this video, we are going to learn how to list all the Parallel Queries in SQL Server.

0:00 Introduction
0:46 Script to List
1:36 Summary

#SQLServer #PerformanceTuning #SQLAuthority
Рекомендации по теме
Комментарии
Автор

I always learn a lot of things from you👍

rahulborate
Автор

Sir can you explain how sql decides which query will participate in parallelism?

sthitaprajnadas
Автор

I have one question, one interviewer asked that how to get which query is taking more time to execute inside the procedure. How you will figure out. I will be thankful if you can explain it with an example.

Thanks in advance

mohanchandra
Автор

Dear Pinal,
Can you show me, how to find error as quickly as possible. I have an error message : "String or binary data would be truncated" , when I run a store procedure. I used "SELECT ERROR_LINE()", but it not work.
I can find error by run every line in store procedure, it take a lot of times.
Thank you.

simpletips