Displays the syntax of Transact-SQL statements, system procedures, utilities, and other routines for the SAP ASE server, depending on which products and corresponding sp_syntax scripts exist on your server.
sp_syntax word [, mod][, language]
sp_syntax
sp_syntax provides syntax help for Sybase products. These modules are installed on this Server: Module -------------------- Transact-SQL UNIX Utility System Procedure Usage: sp_syntax command [, module [, language]]
sp_syntax "disk"
The text for sp_syntax is in the database sybsyntax. Load sp_syntax and the sybsyntax database onto the SAP ASE server with the installation script described in configuration documentation for your platform. If you cannot access sp_syntax, see your system administrator for information about installing it on your server.
You can use wildcard characters within the command name you are searching for. However, if you are looking for a command or function that contains the literal “_”, you may get unexpected results, since the underscore wildcard character represents any single character.
Any user can execute sp_syntax. Permission checks do not differ based on the granular permissions settings.
Values in event and extrainfo columns from the sysaudits table are:
Information | Values |
---|---|
Event | 38 |
Audit option | exec_procedure |
Command or access audited | Execution of a procedure |
Information in extrainfo |
|
sybsyntax..sybsyntax