Both queries give me the results I need in separate tables, now I just need help with the formatting and syntanx for it to work properly in ONE table. Can anyone help me out with this join?
SELECT n.FullyQualifiedName,n.ApplicationAlert.ApplicationAvailability AS ApplicationAlert_ApplicationAvailability,n.ApplicationAlert.ComponentsWithProblems AS ApplicationAlert_ComponentsWithProblems,n.DetailsUrl
FROM Orion.APM.SqlServerApplication n
SELECT n.CustomProperties.Stedsnavn AS CustomProperties_Stedsnavn,n.CustomProperties.City AS CustomProperties_City,n.CustomProperties.State AS CustomProperties_State
FROM Orion.Nodes n