We created a utility network from an asset package. Now we have a new asset package that we would like to load. I wanted to know what the steps are to apply this new asset package. There is this link where it is mentioned that we would have to drop the geodatabase and recreate a new gdb.
https://community.esri.com/t5/arcgis-utility-network-questions/how-to-apply-revised-asset-package-to-the-same/td-p/1087002
The steps listed in the link suggest the following:
- Delete the UNM Enterprise Geodatabase via SQL Server Management Studio (i.e. in SQL Server Management Studio, right-click the database and click Delete).
- Create a brand-new Enterprise Geodatabase in SQL Server.
- Create a UNOWNER in the new Enterprise Geodatabase.
- Stage a Utility Network in the new Enterprise Geodatabase.
- Apply the revised Asset Package to the new Enterprise Geodatabase.
Is this best workflow?