sp_trace_setfilter

  • I having similar problem as defined, I am trying to filter the trace based on user role, the trace should capture details for sysadmin role only

    I have set the filter as given below

    exec sp_trace_setfilter @TraceID, 38, 0, 6, N'sysadmin'

    but the filter does not work.

    I did not understand the fix that you are suggesting, could you please explain on what kind of sorting is required

    Thanks

    Amit

Viewing post 16 (of 16 total)

You must be logged in to reply to this topic. Login to reply