Administrator Guide : Administering solidDB® : Running solidDB® server as a Windows service : Removing solidDB® services
  
Removing solidDB® services
You can remove the solidDB® services using solidDB® command-line options.
Procedure
1 Stop the service in the Windows Services dialog or command prompt.
You can access the Windows Services dialog through Control Panel: Control Panel > Administrative Tools > Services.
2 In the command prompt, issue the following command:
sc stop <service_name>
or
net stop <service_name>
where <service_name> is the name of service you want to stop.
3 Remove the solidDB® service. In the command prompt, issue the following command:
solid -s"remove,<name>"
Example
The following command removes a service named SOLID:
solid -s"remove,SOLID"
See also
Running solidDB® server as a Windows service