Stopping a Replication Server Using isql

Stop a Replication Server using the isql utility.

When you shut down a Replication Server, it refuses additional connections, terminates threads, and exits.

  1. Use isql to log in to the Replication Server as the System Administrator:
    isql -Usa -Psa_password -Sservername
  2. Enter:
    shutdown
    go