Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - Database Administration » Running the Database Server » Running the server outside the current session

Creating a Windows service Next Page

Deleting a Windows service


Deleting a service removes the service name from the list of services. Deleting a service does not remove any software from your hard disk.

If you want to re-install a service you previously deleting, you need to re-type the options.

To deleting a Windows service (Sybase Central)
  1. From the Context dropdown list, choose the SQL Anywhere 10 plug-in.

    In the right pane, click the Services tab.

  2. In the right pane, select the service you want to remove and from the File menu, choose Delete.

  3. To delete a Windows service (Command line)
    1. Open a command prompt.

    2. Execute the Service utility using the -d option.

      For example, to delete the service called myserv, without prompting for confirmation, type the following command:

      dbsvc -y -d myserv
    3. See also