This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

SQL query filter

I am looking to create a filter for Top XX Nodes by Percent Memory Used and I need to filter out any node with SQL or Node or DB in its name. I have tried a few different ways but it keeps telling me SQL query incorrect.


what i tried:


Node.SysName <> '*sql*' OR  "*node*" OR "*db"


SysName <> '*sql*' OR  "*node*" OR "*db"

NodeID <> '*sql*' OR  "*node*" OR "*db"