Introduction: This explains the steps for completely removing all AccessData-related data from MSSQL.
Procedure:
5.x:
- Open a Command Prompt
- Navigate to the DBConfig directory (typically "<drive>:\Program Files\AccessData\DBConfigTool\" OR "<drive>:\Program Files\AccessData\Forensic Toolkit\<version>\bin\")
- Run the following command, replacing with the name or IP of your MSSQL machine
dbcontrol dbtype=mssql host= -uninstall
- Enter your SQL "SA" password when prompted
- Open SQL Server Management Studio (installed with MSSQL)
- Select the appropriate database and correct credentials
- Under the "Object Explorer" pane, expand "Databases"
- Right-click and Delete each of the following databases:
eDiscovery
Infrastructure
Workflow
Workflow40
6.x+:
- Open a Command Prompt
- Navigate to the DBConfig directory (typically "C:\Program Files\AccessData\DBConfigTool\" OR "<drive>:\Program Files\AccessData\Forensic Toolkit\<version>\bin\" OR "<drive>:\Program Files\AccessData\Forensic Tools\<version>\bin\")
- Run the following command, replacing with the name or IP of your MSSQL machine
dbcontrol dbtype=mssql host= -cleanup
- Enter your SQL "SA" password when prompted
- Open SQL Server Management Studio (installed with MSSQL)
- Select the appropriate database and correct credentials
- Under the "Object Explorer" pane, expand "Databases"
- Right-click and Delete each of the following databases, if they exist:
eDiscovery
Infrastructure
Workflow
Workflow40