I have a global table variable with some SNMP commands in it for a process I am testing.
I need an example of the syntax that this activity is expecting in the WHERE clause. I tried using standard T-SQL expressions but it keeps giving me "Syntax error: Missing operand after [Field] operator"
An example of what I've got in there right now:
WHERE [Field] = '[process variable]'
I've also tried using -like