sql server - How can I display the execution plan for a stored procedure? -


I'm able to see an estimated execution plan (Management Studio 9.0) for a query without a problem, but when it It comes to archiving procedures, I do not see an easy way to do this without copying the code from the ALTER screen and pasting it into the query window, else it will show the plan for ALTER and not even after the procedure is done Also missing information And I will need to remove them in such a way.

Is there an easy way to do this on stored procedures?

Edit: I have done some work now, but I'm not sure.

Can I make an estimated execution plan

  exec myStoredProc 234  

  - FONTONALY Function will not be stored Go SET Fontolly Go SELECT SHOWPLAN_ALL Go  

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -