I guess this has a couple of questions attached to it.
I want to be able to add nodes via ICMP real quick to SW through the DB.
1: Can it be done?
2: SW says it shouldn't be done, but that doesn't mean it cant. So should it be done?
3: What repercussions may come from it?
4: What items have to be inserted with the INSERT command?
Here is what I am working with so far.
Insert INTO [NodesData] (IP_Address, Caption, ObjectSubType, RediscoveryInterval, PollInterval, EngineID) VALUES ('12.345.67.89', 'TESTNODE', 'ICMP', '45', 300', '6')