Stopping a Replication Server Using isql

Stop a Replication Server using the isql utility.

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