Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.38 KB

filter-traces-with-sql-server-profiler.md

File metadata and controls

30 lines (23 loc) · 1.38 KB
title titleSuffix description author ms.author ms.reviewer ms.date ms.service ms.subservice ms.topic ms.collection
Filter Traces
SQL Server Profiler
Find out how to define a filter so that SQL Server Profiler gathers the information you need during traces. Read about other advantages of trace filters.
rwestMSFT
randolphwest
randolphwest
07/17/2024
sql
profiler
conceptual
data-tools

Filter traces with SQL Server Profiler

[!INCLUDE SQL Server Azure SQL Managed Instance]

You can define filters on data columns for [!INCLUDE ssSqlProfiler] trace events so that information is captured only for those events that you're interested in. Trace filters reduce the effect of tracing on system performance because fewer events are captured in the trace. Filtering also makes trace output easier to read because there are fewer events to search through.

Filter events in a trace with SQL Server Profiler

Related content