Verifying Your Connection to the Servers

Verify your connection to the servers.

Use isql to perform a quick test:
  • At the command prompt, enter the following, where instance_name is the Adaptive Server name:
    isql -Usa -P<password or leave it blank> -Sinstance_name

    You see the isql prompt if the login is successful.

  • At the isql prompt, enter:
    1> select @@version
    2> go

    The output should show Adaptive Server at version 15.7.

    If you encounter errors, see the Troubleshooting Guide.

Related tasks
Setting the System Administrator Password