How to start or stop a NT service for a database? (DBMR2260)

~ 0 min
2016-03-18 03:28

Answer2: The command “net start ServiceName” is used to start a NT service and the command “net stop ServiceName” is used to stop a NT service.

For example, suppose a NT service automatically named DBMASTER-DBSAMPLE5 by system for a database named DBSAMPLE5 is created.

The following command is used to start the service.

net start DBMASTER-DBSAMPLE5

The following command is used to stop the service.

net stop DBMASTER-DBSAMPLE5

 

Version: DBMaker 4.x/5.x

Product: Normal/Bundle

Platform: Windows

Average rating 0 (0 Votes)

You cannot comment on this entry

Tags