Let me elaborate a little further
If I were to run the following:
SELECT ID, ComponentStatusID, StatisticData
FROM [dbo].[APM_PortEvidence_Detail]
WHERE StatisticDAta > 0
I'd get something like this....
ID | ComponentStatusID | StatisticData |
4198607 | 5434245 | 8 |
4198620 | 5434258 | 2277.5 |
4198621 | 5434259 | 2 |
4198626 | 5434280 | 11 |
4198639 | 5434293 | 2664.327880859375 |
4198640 | 5434294 | 2 |
4198646 | 5434356 | 9 |
4198659 | 5434369 | 577.36041259765625 |
4198665 | 5434391 | 11 |
4198678 | 5434404 | 667.12451171875 |
4198685 | 5434467 | 9 |
4198698 | 5434480 | 2296.170166015625 |
4198699 | 5434481 | 2 |
4198704 | 5434502 | 11 |
4198713 | 5434511 | 72.33734130859375 |
My question is, where would I find to which APM component are these referring to?
I sure it needs a join to another table to resolve the component and the node (either of ID or ComponentStatusID) it's being collected by/from.
A bit clearer?
Thanks
Clik here to view.
