Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - SQL Reference » Views » System views in Sybase Central

SYSSCHEDULE system view Next Page

SYSSERVER system view


Each row in the SYSSERVER system view describes a remote server. The underlying system table for this view is ISYSSERVER.

Note

Previous versions of the catalog contained a SYSSERVERS system table. That table has been renamed to be ISYSSERVER (without an 'S'), and is the underlying table for this view.

Columns
Column name Column type Column constraint
srvid UNSIGNED INT NOT NULL
srvname VARCHAR(128) NOT NULL
srvclass LONG VARCHAR NOT NULL
srvinfo LONG VARCHAR
srvreadonly CHAR(1) NOT NULL

srvid    An identifier for the remote server.

srvname    The name of the remote server.

srvclass    The server class, as specified in the CREATE SERVER statement.

srvinfo    Server information.

srvreadonly    Y if the server is read only, and N otherwise.

Constraints on underlying system table

PRIMARY KEY (srvid)