Does anyone have any scripts that can be used to find duplicate connections within a database?
Thank you!
Does anyone have any scripts that can be used to find duplicate connections within a database?
Thank you!
Hi Steven,
in my understanding this would be any given object definition that is the source of more than one connection of the same connection type to the same target object definition and potentially the same set of connection attributes with identical values? Is that your task?
Many connection types don't allow multiple connections in the same direction to the same object, so this would only apply to those connection types that do. (e. g. "has relationship to")
Hi Steven,
in my understanding this would be any given object definition that is the source of more than one connection of the same connection type to the same target object definition and potentially the same set of connection attributes with identical values? Is that your task?
Many connection types don't allow multiple connections in the same direction to the same object, so this would only apply to those connection types that do. (e. g. "has relationship to")
Veronika Ellermann on
Hi Steven,
what exactly do you mean by duplicate connections?