Query system tables in the same manner as any other tables.
select name from sysobjects where type = "TR"
In addition, SAP ASE supplies stored procedures (called system procedures), many of which provide shortcuts for querying the system tables.
These system procedures provide information from the system tables:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For complete information about the system procedures, see the Reference Manual: Procedures.