Changing the Database File Path with Interactive SQL

If you have to move your database, for example to a disk with more space, you can change the file path with Interactive SQL.

Start the server, connect to it, and issue a command in the following format:
ALTER MULTIPLEX SERVER server-name DATABASE 'new db file path'

This command also shuts down the named server.