Getting Execution Plan

Execution Plan for SQL statements except stored procedures.

You can get execution plan for SQL statements, such as SQL SELECT without executing them on the server.

To get an execution plan for any SQL statement except stored procedure:

Execution Plan for stored procedures and views.