Hi
On swql with NCM.EntityPhysical there is no ipaddres or name of the swich from where i can do join to add them ?
Hi Avivi,Try something like this
SELECT TOP 10 EP.EntityID, EP.EntityName, EP.EntityDescription, N.NodeCaption, N.AgentIPFROM NCM.EntityPhysical AS EPLEFT JOIN NCM.Nodes AS NON N.NodeID = EP.NodeIDRich