Sybase Technical Library - Product Manuals Home
[Search Forms] [Previous Section with Hits] [Next Section with Hits] [Clear Search] Expand Search

System Administration Guide [Table of Contents] Chapter 1 Overview of System Administration

System Administration Guide (Online Only)

[-] About This Book

About This Book

This manual, the Sybase Adaptive Server System Administration Guide, describes how to administer and control Sybase Adaptive Server Enterprise databases independent of any specific database application.

Audience

This manual is for Sybase System Administrators and Database Owners.

How to use this book

This manual contains the following chapters:

Related Documents

The following documents comprise the Sybase Adaptive Server Enterprise documentation:

Other sources of information

Use the Sybase Technical Library CD and the Technical Library Product Manuals Web site to learn more about your product:

Sybase certifications on the Web

Technical documentation at the Sybase web site is updated frequently.

Finding the latest information on product certifications
  1. Point your web browser to Technical Documents .

  2. Select Products from the navigation bar on the left.

  3. Select a product name from the product list and click Go.

  4. Select the Certification Report filter, specify a time frame, and click Go.

  5. Click a Certification Report title to display the report.

Creating a personalized view of the Sybase web site (including support pages)

Set up a MySybase profile. MySybase is a free service that allows you to create a personalized view of Sybase web pages.

  1. Point your web browser to Technical Documents .

  2. Click MySybase and create a MySybase profile.

Sybase EBFs and software updates

Finding the latest information on EBFs and software updates
  1. Point your web browser to the Sybase Support Page .

  2. Select EBFs/Updates. Enter user name and password information, if prompted (for existing web accounts) or create a new account (a free service).

  3. Select a product.

  4. Specify a time frame and click Go.

  5. Click the Info icon to display the EBF/Update report, or click the product description to download the software.

Conventions used in this manual

This section describes the style conventions used in this manual.

Formatting SQL statements

SQL is a free-form language: there are no rules about the number of words you can put on a line or where you must break a line. However, for readability, all examples and syntax statements in this manual are formatted so that each clause of a statement begins on a new line. Clauses that have more than one part extend to additional lines, which are indented.

SQL syntax conventions

Table 1 lists the conventions for syntax statements in this manual:

Syntax statement conventions

Key

Definition

command

Command names, command option names, utility names, utility flags, and other keywords are in

bold Courier
in syntax statements, and in bold Helvetica in paragraph text.

variable

Variables, or words that stand for values that you fill in, are in italics.

{ }

Curly braces indicate that you choose at least one of the enclosed options. Do not include braces in your option.

[ ]

Square brackets mean choosing one or more of the enclosed options is optional. Do not include brackets in your option.

( )

Type parentheses as part of the command.

|

The vertical bar means you may select only one of the options shown.

,

The comma means you may choose as many of the options shown as you like, separating your choices with commas.

Case

You can disregard case when you type keywords:

SELECT is the same as Select is the same as select.

Obligatory options {you must choose at least one}

Optional options

Ellipsis

An ellipsis (. . .) means that you can repeat the last unit as many times as you like. In this syntax statement, buy is a required keyword:

buy thing = price [cash | check | credit] 
    [, thing = price [cash | check | credit] ]... 

You must buy at least one thing and give its price. You may choose a method of payment: one of the items enclosed in square brackets. You may also choose to buy additional things: as many of them as you like. For each thing you buy, give its name, its price, and (optionally) a method of payment.

An ellipsis can also be used inline to signify portions of a command that are left out of a text example. The following syntax statement represents the complete create database command, even though required keywords and other options are missing:

create database...for load

Expressions

Several different types of expressions are used in Adaptive Server syntax statements.

Types of expressions used in syntax statements

Usage

Definition

expression

Can include constants, literals, functions, column identifiers, variables, or parameters

logical_expression

An expression that returns TRUE, FALSE, or UNKNOWN

constant_expression

An expression that always returns the same value, such as "5+3" or "ABCDE"

float_expr

Any floating-point expression or expression that implicitly converts to a floating value

integer_expr

Any integer expression or an expression that implicitly converts to an integer value

numeric_expr

Any numeric expression that returns a single value

char_expr

An expression that returns a single character-type value

binary_expression

An expression that returns a single binary or varbinary value

If you need help

Each Sybase installation that has purchased a support contract has one or more designated people who are authorized to contact Sybase Technical Support. If you cannot resolve a problem using the manuals or online help, please have the designated person contact Sybase Technical Support or the Sybase subsidiary in your area.

If you need help

Each Sybase installation that has purchased a support contract has one or more designated people who are authorized to contact Sybase Technical Support. If you cannot resolve a problem using the manuals or online help, please have the designated person contact Sybase Technical Support or the Sybase subsidiary in your area


System Administration Guide [Table of Contents] Chapter 1 Overview of System Administration