Search code examples
sqlsql-serversql-server-profiler

Is there a way in SQL profiler to filter by 'TextData' filter with OR conditions for multiple text criteria?


apI want to use TextData Like filter in the SQL Server profiler with multiple conditions to filter queries that contains any of the words. I have used OR conditions but it's not working. How can I use it? Example - %Column1% OR %Column2%


Solution

  • The following illustration will help to solve your issue. Multiple Filtering