You can stop the database server by:
The dbstop utility is particularly useful in batch files, or for stopping a server on another computer. It requires a connection string in its command. See Stop Server utility (dbstop).
To stop a server using the dbstop utility
Start a server. For example, the following command executed from the SQL Anywhere installation directory starts a server named Ottawa using the sample database:
dbsrv11 -n Ottawa samples-dir\demo.db |
Stop the server using dbstop:
dbstop -c "ENG=Ottawa;UID=DBA;PWD=sql" |
Who can stop the server?
Shutting down operating system sessions
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |