Deleting a database through ScfUtils (Model Explorer)
ScfUtils provides a command line interface for performing Model Explorer functions.
You can delete a database through ScfUtils.
If you have installed Modeler to the default locations, ScfUtils resides in the following location:
C:\Program Files (x86)\PTC Integrity Modeler\Modeler\Exe\SCFUtils.exe
For information about deleting a database through Model Explorer refer to Deleting a database (Model Explorer).
Syntax:
ScfUtils -deletedb Enterprise "<database-ref>"
Where:
<database-ref> specifies the reference to a database for deletion.
Enter the database reference in the following format: \\SQL\<instance-name>\<database>
Example:
ScfUtils -deletedb Enterprise "\\SQL\Server1@MODELER\ModelerDB"