Collection Contents Index Selecting communications protocols Next PDF

SQL Anywhere® Server - Database Administration  > Running the Database Server

Stopping the database server


You can stop the database server by:

Examples
To stop a server using the dbstop utility
  1. Start a server. For example, the following command executed from the SQL Anywhere installation directory starts a server named Ottawa using the sample database:

    dbsrv10 -n Ottawa samples-dir\demo.db
  2. Stop the server using dbstop:

    dbstop -c "ENG=Ottawa;UID=DBA;PWD=sql"

  3. Who can stop the server?
    Shutting down operating system sessions

    Collection Contents Index Selecting communications protocols Next PDF