
6-8 Implement: Making Required Database Administration Changes
If Your Current Version is 4.x or 10.x Adaptive Server Enterprise 11.5
Configuration Interface
Prior to release 11.x, SQL Server stored configuration values in the
first page of the master device, known as the “configuration block”.
Most of these values have been moved to the configuration file,
$SYBASE/SERVER_NAME.cfg.
Setting Configuration Parameters
Beginning with release 11.0, you can change your server
configuration by:
• Issuing an
sp_configure command
• Editing the configuration file
You no longer need:
• buildmaster -c
• dbcc tune
• reconfigure command
The
reconfigure command is ignored in this release, but you should
remove it from your scripts to prevent problems in future releases.
Configuration File Administration
Backing up the master database does not back up the configuration
file. You must either:
• Back up the configuration file separately and restore it when you
load the master database, or
• After loading a master database:
- Start SQL Server.
- Issue
sp_configure with the restore option.
- Shut down and restart SQL Server.
online
Table 6-2: New reserved words in 11.0
Comentarios a estos manuales