Stopping a Replication Server using isql

To stop a Replication Server using isql:

  1. Use isql to log in to the Replication Server as the System Administrator:

    isql -Usa -Psa_password -Sservername
    
  2. Enter:

    1> shutdown
    2> go