Filter Extended Events to get rid of the NULL value
How do I configure the filter in Extended Events in SQL Server 2016 so that it does not log when certain columns have a NULL value, e.g. sqlserver.nt_user
. I can’t use IS NOT NULL
or length(sqlserver.nt_user) > 0
in the WHERE
condition.
Filter Extended Events to get rid of the NULL value
How do I configure the filter in Extended Events in SQL Server 2016 so that it does not log when certain columns have a NULL value, e.g. sqlserver.nt_user
. I can’t use IS NOT NULL
or length(sqlserver.nt_user) > 0
in the WHERE
condition.
Filter Extended Events to get rid of the NULL value
How do I configure the filter in Extended Events in SQL Server 2016 so that it does not log when certain columns have a NULL value, e.g. sqlserver.nt_user
. I can’t use IS NOT NULL
or length(sqlserver.nt_user) > 0
in the WHERE
condition.