Removal
Take these steps to remove the components from your MSSQL Server database. Use MSSQLUninstallers.zip to execute the removal process.
Two types of uninstall
There are two uninstall types:
- Full uninstall (Full_Uninstall.bat): Removes all server objects and database level objects.
 - Database-Only Uninstall (DBOnly_Uninstall.bat): Removes the database level
     objects only. 
User login must be a DBA-level account.
 
Full
Running the Full_Unistall.bat removes the following objects:
LOGIN EXTOLLogin
ASYMMETRIC KEY EXTOLKey
USER EXTOLUser
PROCEDURE sendMessageToEBI
ASSEMBLY EXTOLAssembly
TABLE EXTOL_DBMONITOR
  Note: Some objects above depend on the actual install type
     selected, and may not apply.
Database-Only
Running the DBOnly_Uninstall.bat removes the following objects:
PROCEDURE sendMessageToEBI
ASSEMBLY EXTOLAssembly
TABLE EXTOL_DBMONITOR
Both .bat files have the following parameters:
| Var | Name | Description | 
|---|---|---|
| 1 | serverLocation | Either “localhost”, IP address, or DNS name of the MSSQL server. | 
| 2 | SA password | The password for the sa system administrator account. | 
| 3 | dbName | The database name on which to install the stored procedure. | 
This is the generic format for calling the scripts.
Full_Unistall <serverLocation> <SApassword> <dbName>
Any output is directed to a uninstall.log file located in the same directory.
