Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Trace Profiler SSMS

Author  Topic 

agapimu6969
Starting Member

9 Posts

Posted - 2008-01-14 : 08:18:24
Hi all,

Anyone can tell me how I can take out the events which produce SSMS? (open query windows create three rows). I don't see anythinq filter for SSMS in filter events of profiler. I'm doing at trace and this is not confortable.

Thanks.

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2008-01-14 : 08:20:02
filter by application name.

_______________________________________________
Causing trouble since 1980
blog: http://weblogs.sqlteam.com/mladenp
SSMS Add-in that does a few things: www.ssmstoolspack.com <- new version out
Go to Top of Page

agapimu6969
Starting Member

9 Posts

Posted - 2008-01-14 : 08:32:21
The problem is that I'm working with ssms, so the applicationname is the same.
Go to Top of Page

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2008-01-14 : 08:37:36
i'm not quite sure what you mean then.
what exactly would you like to filter?

_______________________________________________
Causing trouble since 1980
blog: http://weblogs.sqlteam.com/mladenp
SSMS Add-in that does a few things: www.ssmstoolspack.com <- new version out
Go to Top of Page

agapimu6969
Starting Member

9 Posts

Posted - 2008-01-14 : 08:47:07
I'm checking several store procedures which sent me. I'm working in SSMS and the problem is that for example when I do somethinq in SSMS for example open a new query windows this log in the profiler. I only want to see the trace of stored and don't see any trace of ssms.

I don't know if I explained well, but if you go to profiler and run a new trace and then you open a new query window you can see that this event produced three rows in the trace
Go to Top of Page

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2008-01-14 : 08:51:44
you can easily filter your trace.
import it into a table and you can perform normal sql filtering on it.

_______________________________________________
Causing trouble since 1980
blog: http://weblogs.sqlteam.com/mladenp
SSMS Add-in that does a few things: www.ssmstoolspack.com <- new version out
Go to Top of Page
   

- Advertisement -