Comments
-
So I i found another query on the forums here Re: Include downtime in current node down report I removed some of the custom stuff from that and ended up with this SELECT * N.StatusLED as Status,N.Caption AS Device,MAX(E.EventTime) AS DownTime, Cast(DateDiff(day,MAX(E.EventTime),getdate()) as varchar) + ' Day(s) ' +…
-
3 nodes down When i execute the SQL query it doesn't find anything. I'm wondering if a table or something got changed? Am i looking for some data in the wrong place now?
-
So i've installed hotfix 6 and still the same behavior. Can anyone tell me if the SQL query is still legit after the upgrade to 11.5.2? Im no SQL expert by any means.
-
Changing the root directory from NCM fixed it. Thanks!
-
Thanks for the reply - I did not - does the hotfix fix sql related things?