SQL Profiler question

  • I am trying to trace just what I am doing in our .net application, I want just my activity that I am doing in the front end application. Tried by filtering on NTusername, but even that's not working, I am getting all other activities which I do'nt want. Pl advice. Thanks!

  • You need to include the ApplicationName column in your output and then you can set a filter on that column for your application name. Of course in order for this to work the connection string in your application needs to include the Application Name attribute.

    Keep in mind that in order to filter on a column you need to include the column in your output. Also that NTUsername is in the form of Domain\User.

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

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