This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

SQL Server Stored Procedure - Add Node

If you find yourself in a position where you HAVE to manually add nodes directly to the database, then this stored procedure may help. If you have any custom fields, add them and their default values to the stored procedure too.

Please note: this stored procedure ONLY adds a record to the Nodes table. All other records (interfaces, custom pollers, ...) should be added with similar methods.