Resetting the number of engines

When you first install Adaptive Server, the system is configured for a single engine. To use multiple engines, reset the number of engines the first time you restart the server. You may also want to reset the number of engines at other times. For example, you might want to:

max online engines controls the number of engines used by Adaptive Server. Use sp_configure to reset this parameter. For example, to set the number of engines to 3, issue:

sp_configure "max online engines", 3

Restart the server to reset the number of engines.

Repeat these steps whenever you need to change the number of engines. Engines other than engine 0 are brought online after recovery is complete.