Help needed in Setting the Properties of a profiler

  • Hi All,

    want to know the exact filter that i need to set while running a trace/profiler for the below scenarion

    I am calling a SP, SP1 which inturn calls so many SP's like SP2, SP3, SP4, SP5..

    now i want the trace to show the stmts that are getting executed for SOME SP say SP5.. and not for SP1,SP2,Sp3, SP4

    How do i go about that..

    Rite now, i am setting these filters

    HostName : My Machine Name and in the events i've included the Stored Procedures

    Note : I even tried doing it so by giving the Object_id of the SP5 in the Object_id filter but still then trace is showing all the Queries that i execute in the Query Analyzer window also

    Any help would be of great helpful

     

     

  • This was removed by the editor as SPAM

  • In the event, inlcudes SP:Starting and/or SP:Complete;

    In the filters, find the TextData, under like type '%SP5%'.

    Run the trace.

Viewing 3 posts - 1 through 2 (of 2 total)

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