September 3, 2004 at 8:52 am
September 8, 2004 at 9:02 am
Tried your suggestion with different permutaions and still no luck. Seems like it accespts the @ as a reserved character unless I'm missing something.
Is the captial N required? What does that do?
Code Follows:
exec sp_trace_setfilter @TraceID, 34, 0, 7, N'#temp'
exec sp_trace_setfilter @TraceID, 34, 0, 7, N'#temp%'
exec sp_trace_setfilter @TraceID, 34, 0, 7, N'#%'
exec sp_trace_setfilter @TraceID, 35, 0, 7, N'tempdb'
---exec sp_trace_setfilter @TraceID, 34, 0, 7, N@tab%
exec sp_trace_setfilter @TraceID, 34, 0, 7, N'"@"tab'
thks
September 8, 2004 at 10:06 pm
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply