solidDB Help : Configuring and administering : Administering solidDB : Running solidDB server as a Windows service : Starting, stopping, and removing solidDB services
  
Starting, stopping, and removing solidDB services
The solidDB services can be started, stopped or removed by using the Windows Services dialog or command prompt.
To start the service by using the command prompt, run one of the following commands:
sc start service_name
net start service_name
To stop the service by using the command prompt, run one of the following commands:
sc stop service_name
net stop service_name
To remove the service by using the command prompt, run the following command:
solid -s"remove,service_name"
where service_name is the name of the service you want to start or stop.
Go up to
Administering solidDB