Tag Archives: Discovery Date

Querying Solarwinds for Device Added Dates


We had the need to create a report that showed us which Windows devices were added into Solarwinds within the last 7 days. With a little poking around and chatting to someone that knows SQL this is what we came up with: select n.caption as ‘Node Name’ , Min(datetime) as ‘Date Added’, n.vendor from responsetime […]

Continue reading