Running Database Drop Scripts
Caution: These procedures are for reference only and should only be performed if you made a mistake with your initial TeamConnect database schema creation while running the Installer and you want to delete it.
To delete a TeamConnect database on Oracle:
-
Open and log into your database application, using SQL*Plus.
- From your TeamConnect installation path (C:/Program Files/Mitratech/TeamConnect/ database/drop/oracle directory, where /Program Files/Mitratech might be different if you specified a different installation folder during the Installer), run the following script:
TC_drop_tables_oracle.sql
To delete a TeamConnect database on SQL Server:
-
Open and log in to your database application, using the vendor's dynamic SQL tool.
- From your TeamConnect installation path (C:/Program Files/Mitratech/TeamConnect/ database/drop/mssql directory, where /Program Files/Mitratech might be different if you specified a different installation folder during the Installer), run the following script:
TC_drop_tables_sqlserver.sql