Hello
I try to trigger HSRP status from a cisco switch.
I try to run a query from DB
SELECT status FROM [dbo].[CustomPollerAssignmentView] where nodeid ='1070' and CustomPollerAssignmentID='e52152d8-286f-4a80-83ed-aec24b23fa93'
that return 0 if is standby node 1 otherwhise.
Wen i try to use in a trigger condition the result is ever false and the trigger fail.
what could be the cause?
Thanks in advance