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 t...