0
Configuration option changed. The SQL Server must be rebooted before the change in effect since the option is static.
When you use sp_configure to modify a static parameter:
The configuration value is updated
The configuration file is updated
The change takes effect when you restart Adaptive Server
Error 18123 is an informational message relating that a static parameter has been changed and that the change will not take effect until Adaptive Server is restarted.
Shut down and restart Adaptive Server to make the parameter change take effect.
Refer to “sp_configure” the Reference Manual: Procedures for information about using the sp_configure command.
All versions