vote up 1 vote down star
1

How can I see the execution plan for stored procedures and triggers in SQL Server?

flag

22% accept rate

3 Answers

vote up 1 vote down

Yes, you can using SQL Profiler. See Using SQL Server Profiler

link|flag
vote up 1 vote down

Assuming you're using MSSQL, yes, see here

link|flag
vote up 1 vote down

you can do

set showplan_text on

or hit CTRL + K and it will be included as a separate tab next to query results

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.