How can I see the execution plan for stored procedures and triggers in SQL Server?
views:
52answers:
3
+1
A:
Yes, you can using SQL Profiler. See Using SQL Server Profiler
Mitch Wheat
2009-06-17 14:47:58
+1
A:
you can do
set showplan_text on
or hit CTRL + K and it will be included as a separate tab next to query results
SQLMenace
2009-06-17 15:31:14