Administrator Guide : Administering solidDB® : Running solidDB® server as a Windows service : Starting and stopping solidDB® services
  
Starting and stopping solidDB® services
The solidDB® services can be started and stopped using the Windows Services dialog or command prompt.
Procedure
You can access the Services dialog through Control Panel: Control Panel > Administrative Tools > Services.
Issue the following command to start the service:
sc start <service_name>
or
net start <service_name>
Issue the following command to stop the service:
sc stop <service_name>
or
net stop <service_name>
where <service_name> is the name of the service you want to start or stop.
See also
Running solidDB® server as a Windows service