简体   繁体   中英

how can i turn off lines from “Report Server” on my SQL Server Profiler?

It's my first time using SQL Server Profiler and I'm wondering how can i turn off event lines from the application "Report Server" on my SQL Server Profiler? I just want certain activities to be logged like ones from LINQPad and Entity Framework.

Thanks for the help!

If I am understanding your question correctly, you basically want to create a filter on the specified column within SQL Server Profiler.

When you go inside profiler and you are selecting your events, there is a button in the bottom right corner that is called "Column Filters...". Click on that, and you can create a LIKE / NOT LIKE filter on ApplicationName , or any column you so desire to filter based on.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM