To stop a server using dbstop even when there are connections to the server.
Anywhere
No
“The Stop utility (dbstop)” in the Sybase IQ Utility Guide.
The dbstop command-line utility shuts down a database server. If you specify Unconditional=Yes in the connection string, the server is shut down even if there are active connections. If Unconditional is not set to Yes, then the server is shut down only if there are no active connections.
The following command line shuts down the server unconditionally:
dbstop -c "uid=DBA;pwd=SQL;eng=server-name;unc=yes"