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

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - Database Administration » SQL Anywhere database connections » Tutorial: Connecting to the sample database

 

Lesson 3: Stopping the database server

Stop the database server by using the Stop Server utility.

Prerequisites

This lesson assumes that you have completed all preceding lessons. See Lesson 1: Starting the SQL Anywhere database server and displaying the database server messages window.

This lesson assumes that you have the roles and privileges listed in the Privileges section at the start of this tutorial: Tutorial: Connecting to the sample database.

Context and remarks

On Windows, you can stop a database server by clicking Shut Down on the database server messages window.

 Task
  1. Run the following command to stop the database server that is running the sample database:

    dbstop demo16
  2. If you are prompted that the database has connections, type Y.

Results

The database server is stopped and all connections to the sample database are terminated.

Next

(Optional) Recreate the sample database to undo all modifications made to it. See Recreate the sample database (demo.db).

 See also