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

Enterprise SQL Server ManagerTMReference Manual [Table of Contents] Chapter 1: Introduction

Enterprise SQL Server Manager Reference Manual

[-] About This Book

About This Book

Enterprise SQL Server Manager Reference Manual is a reference tool describing the basic syntax and usage information for every Enterprise SQL Server ManagerTM command. It also explains the Enterprise SQL Server Manager command line interface and its conventions.

Audience

This manual is for administrators who want to manipulate Sybase(R) SQL ServerTM database objects within the Tivoli Management Environment, either from the operating system command line or using scripts.

This manual is for experienced Enterprise SQL Server Manager administrators. It assumes you are familiar with SQL Server and database concepts and the procedures described in the Tivoli Management Platform Guide and the Enterprise SQL Server Manager User's Guide. You should read those books before using this manual.

How to Use This Book

Use this book as a reference tool for complete information on Enterprise SQL Server Manager command syntax and usage. This book consists of the following chapters:

Related Documents

In addition to this document, the following manuals are part of the Enterprise SQL Server Manager documentation set:

Other Documents

Other Sources of Information

Sybase offers a system and database administration class called "SQL Server Administration." For details, contact:

Mail: Education Registrars
Sybase Professional Services
77 South Bedford Street
Burlington, MA 01803

Phone: (800) 8-SYBASE or (617) 564-6970

Fax: (800) 792-2733 or (617) 564-6960

E-mail: registrars@sybase.com

Notational Conventions

The following sections describe the style and syntax conventions used in this book.

Style Conventions

Syntax statements (displaying the syntax and all options for a command) appear as follows:

sunmanageserver -name server_name [-version] [-help]

or for a command with too many options to fit on one line, as:

sgetroleaudit [-types role_names] [-onlynames] 
[-list] [-server server_name] [-version] [-help]

The multiline syntax format is for clarity of presentation in this manual. When you enter a command, do not press the Enter key (or Return key, depending on your keyboard) until you finish typing the entire command.

Examples showing the use of Enterprise SQL Server Manager commands appear as follows:

sgetuser -database SMADA/pubs2

In this example, SMADA is the name of a SQL Server installation and pubs2 is the name of a database in SQL Server. If an example is prefaced with 1., 2., and so on, this is the example number.

If a command example takes several lines, some of which must be ended with a control key, the control key is indicated as follows:

scrtrule -name quiz_answer 
-database PARIS_DEV/master <Return>
answer in ("A", "B", "C") <Return>
<CTRL-D>

Examples of output from Enterprise SQL Server Manager commands appear as follows:

*** Users In Database: SMADA/pubs2 ***
User Login Group
---------- ---------- ----------
cat cata public
cootie cwilliams public
guest null public
hjones hjones public
mercer mercere public
example%

Syntax Conventions

In this book, all command syntax statements use the following notational conventions:

Table 1: Enterprise SQL Server Manager command syntax conventions

Example

Description

scrtlogin

Command keywords appear in lowercase.

name

Variable arguments (words that stand for values that you supply in the command) appear in italic.

[-help]

Brackets mean that including the enclosed items in the command is optional. Do not include the brackets in your command.

{name [-wildcard]}

Braces mean that you must include one or more of the enclosed items. Do not include the braces in your command.

true | false

A vertical bar means that you can select only one of the two items that appear. Do not include the vertical bar in your command.

[, device size]...

Ellipses (...) indicate that you can repeat the preceding item as many times as you like in the command. Do not include the ellipsis in your command.

Include all other characters (commas, parentheses, and others) just as they appear in the command syntax statement.

If You Need Help

Help is available for the Enterprise SQL Server Manager user in the form of documentation, online help, online manual pages, and the Sybase Technical Support Center.

Technical Support

Each Sybase installation site has one person (or more) designated to contact the Technical Support Center. If you cannot solve a problem using the manuals or online help, ask the designated person at your site to contact the Technical Support Center for help.


Enterprise SQL Server ManagerTMReference Manual [Table of Contents] Chapter 1: Introduction