dbTalk Databases Forums  

execution plan for single stored procedure from profiler

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss execution plan for single stored procedure from profiler in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
TheRealPawn@gmail.com
 
Posts: n/a

Default execution plan for single stored procedure from profiler - 04-13-2007 , 08:16 AM






I'm trying to get the execution plan for a single stored procedure
from Profiler. Now, I've isolated the procedure but I get all
execution plans. Any ideas on how to connect the SPIDs so that I only
get the execution plan for the procedure I'm watching and not the
whole of the server?


Reply With Quote
  #2  
Old   
M A Srinivas
 
Posts: n/a

Default Re: execution plan for single stored procedure from profiler - 04-13-2007 , 11:03 AM






On Apr 13, 6:16 pm, TheRealP... (AT) gmail (DOT) com wrote:
Quote:
I'm trying to get the execution plan for a single stored procedure
from Profiler. Now, I've isolated the procedure but I get all
execution plans. Any ideas on how to connect the SPIDs so that I only
get the execution plan for the procedure I'm watching and not the
whole of the server?
You can try use filter on objectname like or if you are executing
from QA , provide the SPID



Reply With Quote
  #3  
Old   
TheRealPawn@gmail.com
 
Posts: n/a

Default Re: execution plan for single stored procedure from profiler - 04-13-2007 , 11:22 AM



On Apr 13, 12:03 pm, "M A Srinivas" <masri... (AT) gmail (DOT) com> wrote:
Quote:
On Apr 13, 6:16 pm, TheRealP... (AT) gmail (DOT) com wrote:

I'm trying to get the execution plan for a single stored procedure
from Profiler. Now, I've isolated the procedure but I get all
execution plans. Any ideas on how to connect the SPIDs so that I only
get the execution plan for the procedure I'm watching and not the
whole of the server?

You can try use filter on objectname like or if you are executing
from QA , provide the SPID
Well, we have it filtered down to stored proc and execution tree via
the text data. However, we get all execution tree data not just for
the execution of the stored proc. We won't know the SPID and is very
likely we'll have many SPIDs that we'll see in the trace.



Reply With Quote
  #4  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: execution plan for single stored procedure from profiler - 04-13-2007 , 05:41 PM



TheRealPawn (AT) gmail (DOT) com (TheRealPawn (AT) gmail (DOT) com) writes:
Quote:
Well, we have it filtered down to stored proc and execution tree via
the text data. However, we get all execution tree data not just for
the execution of the stored proc. We won't know the SPID and is very
likely we'll have many SPIDs that we'll see in the trace.
You should be able to filter for the ObjectID of the stored procedure. (And
database ID if there are multiple databases with the same object ID.) At
least that works on SQL 2005. (I know, because I set up such a trace at a
customer site. Proabably still running, because I have had had little time
to look at it!)


--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx


Reply With Quote
  #5  
Old   
TheRealPawn@gmail.com
 
Posts: n/a

Default Re: execution plan for single stored procedure from profiler - 04-23-2007 , 10:17 AM



On Apr 13, 6:41 pm, Erland Sommarskog <esq... (AT) sommarskog (DOT) se> wrote:
Quote:
TheRealP... (AT) gmail (DOT) com (TheRealP... (AT) gmail (DOT) com) writes:
Well, we have it filtered down to stored proc and execution tree via
the text data. However, we get all execution tree data not just for
the execution of the stored proc. We won't know the SPID and is very
likely we'll have many SPIDs that we'll see in the trace.

You should be able to filter for the ObjectID of the stored procedure. (And
database ID if there are multiple databases with the same object ID.) At
least that works on SQL 2005. (I know, because I set up such a trace at a
customer site. Proabably still running, because I have had had little time
to look at it!)

--
Erland Sommarskog, SQL Server MVP, esq... (AT) sommarskog (DOT) se

Books Online for SQL Server 2005 athttp://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books...
Books Online for SQL Server 2000 athttp://www.microsoft.com/sql/prodinfo/previousversions/books.mspx

Unfortunetly, I resigned myself to that there is not good answer to
this in SQL 2000. Thanks for all the help.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.