Installing online help for Transact-SQL syntax
124
Adaptive Server Enterprise
If you have set the DSQUERY environment variable to the servername,
you can replace the server name with $DSQUERY.
5
To ensure that you have installed the
sybsyntax
database and that it is
working correctly, use
isql
to log in to the server on which you installed the
database, and execute
sp_syntax
. For example:
isql -Usa -P
password
-S
servername
1> sp_syntax "select"
2> go
Adaptive Server displays a list of commands that contain the word or word
fragment “select.”
Summary of Contents for Adaptive Server
Page 1: ...Configuration Guide Adaptive Server Enterprise 15 0 UNIX...
Page 96: ...Migrating from the interfaces file to LDAP 80 Adaptive Server Enterprise...
Page 120: ...Changing the localization configuration 104 Adaptive Server Enterprise...
Page 128: ...Managing database devices 112 Adaptive Server Enterprise...