How can I see the execution plan for stored procedures and triggers in SQL Server?
|
1
|
|
|
|
|
|
Yes, you can using SQL Profiler. See Using SQL Server Profiler |
||
|
|
|
|
Assuming you're using MSSQL, yes, see here |
||
|
|
|
|
you can do
or hit CTRL + K and it will be included as a separate tab next to query results |
||
|
|
