![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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? |
#3
| |||
| |||
|
|
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 |
#4
| |||
| |||
|
|
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. |
#5
| |||
| |||
|
|
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 |
![]() |
| Thread Tools | |
| Display Modes | |
| |