Quantcast
Viewing all articles
Browse latest Browse all 22513

Re: HOW? Running v. Startup Conflict REPORT

I cant quite get an excel export of it, but you can easily create a report and be able to email on schedule, or export to pdf.. or plain copy/paste.

 

The sql for the reports is as below; you will need to enter your own NCM database name - and make sure NPM and NCM sql account can read the other database. But this gives me exactley what is shown in the pie chart on my summary page.

 

SELECTTOP (100) PERCENT N.NodeID, N.NodeCaption, R.DiffFlag, R.ComparisonType, R.ConfigType
FROM    CORP_NMT_OrionNCM_Live.dbo.LatestComparisonResults AS R INNER JOIN
CORP_NMT_OrionNCM_Live.dbo.Nodes AS N ON R.NodeID = N.NodeID
WHERE(R.DiffFlag = 1) AND (R.ComparisonType = 1)

ORDER BY N.NodeCaption

 

Image may be NSFW.
Clik here to view.


Viewing all articles
Browse latest Browse all 22513

Trending Articles



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