SQL Remote User's Guide
Setting Up SQL Remote
Preparing your Adaptive Server Enterprise server
Installing the SQL Remote system objects
The script creates the following objects in the database:
SQL Remote system tables A set of tables used to maintain SQL Remote information. These tables have names beginning with sr_.
SQL Remote system views A set of views that hold the SQL Remote information in a more understandable form. These views have names beginning with sr_, and ending in s.
SQL Remote system procedures A set of stored procedures used to carry out SQL Remote configuration and administration tasks. These procedures have names beginning with sp_, indicating their system management roles.
Caution: Do not edit the SQL Remote system tables Do not, under any circumstances, alter the SQL Remote system tables directly. Doing so may corrupt the table and make it impossible for SQL Remote to function properly. Use the SQL Remote system procedures to carry out all system administration tasks. |