This article explains about fn_trace_getfilterinfo function in sql server with examples.
Column Name
Data Type
Description
Column ID
int
The ID of the column on which the filter is applied.
Logical Operator
Specifies whether the AND or OR operator is applied.
Comparison Operator
Specifies the type of comparison made (=, <>, <, >, <=, >=, LIKE, or NOT LIKE).
Value
sql_variant
Specifies the value on which the filter is applied.