Getting started with SQL Anywhere Server

Getting started

SQL Anywhere provides three methods to administer your system: Sybase Central, Interactive SQL, and command-line utilities. In most cases, the choice of which tool to use is your preference. The majority of tasks, such as connecting to a database, are supported by all three methods.

The tutorials and introductory materials listed in this section use all three methods to create and manage SQL Anywhere databases.

For an overview of Sybase Central and Interactive SQL, see Design and management tools.

Starting the database server
  • Tutorial: Using the sample database

    This tutorial walks you through starting a database server, displaying the database server messages window, and stopping the database server.

Connecting to a database
Managing databases
  • Using Sybase Central

    This section introduces Sybase Central and describes how to use it to:

    • Connect to databases
    • Create connection profiles
    • Search a database
    • View entity-relationship diagrams
    • Monitor database health and statistics
Creating a database
Using SQL statements
  • Using Interactive SQL

    This section familiarizes you with Interactive SQL and provides steps to:

    • Execute multiple statements
    • Cancel an Interactive SQL command
    • Look up tables, columns, and procedures
    • Print SQL statements
    • Recall and log commands
    • Create and run script files