SQL Server Profiler : How to specify multiple values for "NOT LIKE" column filter

Moe Sisko picture Moe Sisko · Jun 16, 2011 · Viewed 30k times · Source

According to : http://msdn.microsoft.com/en-us/library/ms175061.aspx It says that the "NOT LIKE" relational operator : "Specifies that the trace event data must not be like the text entered. Allows multiple values."

But HOW do you specify multiple values ?

Answer

Moe Sisko picture Moe Sisko · Jun 16, 2011

Never mind, figured it out. After you have typed in one value, press ENTER at the end of the textbox. This causes another textbox to be shown under the current one, into which you can type an additional value.