The most recent content from our members.
Hi All, Any one help me to apply filter for interface custom property in below mention SQL report. DECLARE @StartDate DateTime DECLARE @EndDate DateTime SET @StartDate = ${FromTime} SET @EndDate = ${ToTime} SELECT Interfaces.InterfaceId, Nodes.NodeID, Nodes.Caption AS NodeName, Interfaces.Caption AS Interface_Caption,…
Hi All, I am trying to create query on syslog and Nodes table to get the data for how many devices syslog are storing for specific device type from Custom properties . Select IP, Message from syslog where NodeID IN ( Select NodeId from Nodes Where devicetype = 'typename') but I am getting attached error and I can see that…
It looks like you're new here. Sign in or register to get started.