Skip to main content
Mitratech Success Center

Client Support Center

Need help? Click a product group below to select your application and get access to knowledge articles, webinars, training content, and release notes or to contact our support team.

Authorized users - log in to create a ticket, view tickets status and check your success plan details.

 

Running Database Drop Scripts

The TeamConnect installation media includes scripts for deleting a TeamConnect database instance.

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:

  1. Open and log into your database application, using SQL*Plus.

  2. 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:

  1. Open and log in to your database application, using the vendor's dynamic SQL tool.

  2. 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

  • Was this article helpful?