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 Interface

If you find yourself in a position where you HAVE to manually add interfaces 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 Interfaces table. All other records (node, custom pollers, ...) should be added with similar methods.