Logging in to the Sample Replication Server

Log in to Replication Server from the command line using the isql utility with the sa user name.

Use isql to execute Replication Server commands. Logging in to Replication Server is an easy way to find out if Replication Server is running.

  1. From the command prompt, enter:
    isql -Usa -Padmin -SSAMPLE_RS
    If the sample Replication Server is running, you see:
    1>
  2. To quit isql, enter:
    1> exit