Is there a quickstart guide on how to configure SQL profiler for SQL 2005? I am using a shared database, so I want to only view queries that are executed by my application.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
On the Trace Properties, ‘
Events Selection‘ tab, there is a Button named ‘Column Filters..‘Click on this button launches a dialog where allows you to filter your profiling.
One of the filters is called
ApplicationName.Click on ‘
ApplicationName‘ item on the left and you get right hand side pane withTreeview Nodewhere you can type in the name of your application in the ‘Like‘ NodeJust found this documentation on MSDN