Re: SQL Profiler Filters
From: Adam Machanic (amachanic_at_hotmail._removetoemail_.com)
Date: 01/18/05
- Previous message: Adam Machanic: "Re: SQL Profiler Filters"
- In reply to: Derek Ruesch: "Re: SQL Profiler Filters"
- Next in thread: Hugo Kornelis: "Re: SQL Profiler Filters"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 18 Jan 2005 15:56:04 -0500
Did you by any chance include the single-quotes?
-- Adam Machanic SQL Server MVP http://www.sqljunkies.com/weblog/amachanic -- "Derek Ruesch" <DerekRuesch@discussions.microsoft.com> wrote in message news:D729EBE1-5832-4EE4-BC0F-BB00958703E7@microsoft.com... > This did not work. After this did not work I tried > TextData LIKE UPDATE and TextData LIKE '%UPDATE%' (so that the trace > would only track UPDATE sql statements). This blocked all SQL statements, > including UPDATE statements. > > Any more ideas? > > Thank you for your help. > > Derek > > "Adam Machanic" wrote: > > > Try: > > > > TextData Not Like '%SELECT%' > > > > -- > > Adam Machanic > > SQL Server MVP > > http://www.sqljunkies.com/weblog/amachanic > > -- > >
- Previous message: Adam Machanic: "Re: SQL Profiler Filters"
- In reply to: Derek Ruesch: "Re: SQL Profiler Filters"
- Next in thread: Hugo Kornelis: "Re: SQL Profiler Filters"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|