Quantcast
Channel: THWACK: Message List
Viewing all articles
Browse latest Browse all 20019

Re: SQL query to re-enable multicast polling?

$
0
0

The below SQL script should re-enable:

 

INSERTINTO dbo.[NodeSettings] (NodeID, SettingName, SettingValue)

SELECT n.NodeID,'NeedsInventory','MulticastRouting'

FROM Nodes n

WHERE n.ObjectSubType ='SNMP'AND n.NodeID NOTIN(SELECT NodeID FROM dbo.[NodeSettings] WHERE SettingName ='NeedsInventory'AND SettingValue ='MulticastRouting')


Viewing all articles
Browse latest Browse all 20019

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>