JKDeveloper0718
Programmer
We are running some third party software at our NOC and we need to produce a report of alerts and the specific nodes associated to that alert. Well you would think that the alert and the node table would have a nice relational element that could make that happen. Well I found that there is a field in the Alert table called netobject and it containd a sting with the nodesID's as follows: ,1,14,16,
These are the NodeID's in the Nodes table and they each have a nice caption of the node name which we need to see in a report. My question is can I parse these and then get the relation somehow or should I run a cursor and put the relational elements into a temp table where I can produce the SQL that I need. We have a one to many sinerio here and Im not sure of the best approach but Im very good with cursors and T-SQL so I can produce what I want from this. Any suggestions would be appreciated.
These are the NodeID's in the Nodes table and they each have a nice caption of the node name which we need to see in a report. My question is can I parse these and then get the relation somehow or should I run a cursor and put the relational elements into a temp table where I can produce the SQL that I need. We have a one to many sinerio here and Im not sure of the best approach but Im very good with cursors and T-SQL so I can produce what I want from this. Any suggestions would be appreciated.