Azure Data Studio News! Now shows the execution plan!

Hi Guys!

Welcome to this second post of november. 
Today we will talk about the tool Azure Data Studio. Download here
 
What’s new in this useful tool?

Enjoy the reading!

 

 

 

Azure Data Studio now shows the execution plan!


Azure Data Studio, here the latest version the 1.39.1, gain some very interesting possibilities.
We can observe that now we can show the execution plan directly from the data studio and it is great!
 
Two buttons are added: Estimated plan and Enable Actual plan.
 



































Pressing the Enable Actual Plan button and executing again the Query, the Execution plan will be shown:
 


































Compared to SSMS there are also other additional functions

For example, it is now possible to graphically show which action is more expensive according to various criteria within the execution plan:



We can also compare two execution plan:

To do this operation you must save an execution plan of the first Query by doing a right click on the select operator e then click on the item save plan item.


 

Then run the second query and press the button highlighted in green:

On the new window click the button Add execution plan



Choose the file saved.

The two execution plans are compared.
Graphically you can see similar blocks hightlighed in the same color.
It is also super easy compare relative properties.



 


That's all for today and have a great week!
~Luca

But remember:


 

 

 

 

 

 

 

 

 

 

 


 

 

 

 

 

 

 

Previous post:SQL Server, managing concurrent updates with lock-free algorithms  

Comments

I Post più popolari

SQL Server, execution plan and the lazy spool (clearly explained)

SQL Server, datetime vs. datetime2

How to solve EXECUTE Permission denied on object 'sp_send_dbmail'