Stopping the Server After a Failure

Learn how to stop the server after a failure.

If the installation or upgrade session fails after you start Adaptive Server, use the shutdown command:

  1. Log on as “sa”.
  2. Shut down Adaptive Server using the shutdown with nowait command. Using the with nowait option stops the Adaptive Server immediately, without waiting for currently executing SQL statements to finish:
    1> shutdown cluster with nowait
    2> go