Press "Enter" to skip to content

Azure SQL Database Execution Plans

Arun Sirpal shows how we can get execution plans from Azure SQL Database:

Yes you can still get execution plans for Azure SQL Database, you cannot get this from the Azure Portal so it is good to know for your tuning days. It is based on the same code you have probably run many times before. Lets get the plan handle and work through an example.

Click through for the example.