Database options are configurable settings that change the way the database behaves or performs. In Sybase Central, all of these options are grouped together in the Database Options dialog. In Interactive SQL, you can change an option setting using a SET OPTION statement.
Open the desired server.
Right-click the desired database and choose Options from the popup menu.
Edit the desired values.
Specify the desired values within a SET OPTION statement.
TipsWith the Database Options dialog, you can also set database options for specific users and groups (when you open this dialog for a user or group, it is called the User Options dialog or Group Options dialog, respectively). When you set options for the database itself, you are actually setting options for the PUBLIC group in that database because all users and groups inherit option settings from PUBLIC. |
For more information about options, see Introduction to database options.