Re: SQL Profiler Filters
From: Kalen Delaney (replies_at_public_newsgroups.com)
Date: 01/18/05
- Next message: Sethu Srinivasan [MSFT]: "Re: Problem with Best Practices Analyzer and set nocount on."
- Previous message: Adam Machanic: "Re: SQL Profiler Filters"
- In reply to: Derek Ruesch: "SQL Profiler Filters"
- Next in thread: Derek Ruesch: "Re: SQL Profiler Filters"
- Reply: Derek Ruesch: "Re: SQL Profiler Filters"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 18 Jan 2005 13:39:15 -0800
Hi Derek
I am had some problems with multiple filters working correctly together,
especially when you include negatives. There may be a bug in the trace
engine itself or it may be a bug in how Profiler translates your filters to
an underlying trace.
What version are you using? (That info should always be included when asking
for help.)
I presume from your subject line you are using Profiler, and not a server
side trace. Can you see what trace command your filters are being converted
to?
If you are using SQL 2000, you can. Use the option on the profiler menu to
script the trace, and save the script to a file. Then show us the lines from
the script that include sp_trace_setfilter.
-- HTH ---------------- Kalen Delaney SQL Server MVP www.SolidQualityLearning.com "Derek Ruesch" <DerekRuesch@discussions.microsoft.com> wrote in message news:34906C19-26EE-4926-B80F-B6B4E0C45879@microsoft.com... >I have a SQL Profiler trace that has the following filters applied: > > Application Name Not Like SQL Profiler > TextData Not Like SELECT > > I want this trace to not include SQL Profiler events and SQL "Select" > statements. > > The trace does not show SQL Profiler events but it does still show > "Select" > SQL statements. Why is it still showing SQL Select statements? > > Thanks for the help. > > Derek Ruesch
- Next message: Sethu Srinivasan [MSFT]: "Re: Problem with Best Practices Analyzer and set nocount on."
- Previous message: Adam Machanic: "Re: SQL Profiler Filters"
- In reply to: Derek Ruesch: "SQL Profiler Filters"
- Next in thread: Derek Ruesch: "Re: SQL Profiler Filters"
- Reply: Derek Ruesch: "Re: SQL Profiler Filters"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|