To compress the database and reduce the size of the log files, do the following:
- Shut down Axxon PSIM.
- Launch the SQL Server Management Studio utility and connect to the server. For details, see Viewing Axxon PSIM database.
- Open the Databases list.
- Adjust the compression settings:
- Right-click on the name of the database to be compressed and select Properties from the context menu.
- In the window that opens, go to the Options tab.
- Set the Recovery Model parameter to Simple.
- In the Automatic section, set the Auto Shrink parameter to True.
- Click OK.
- Start the compression process:
- For database:
- right-click on the name of the database;
- in the drop-down menu, sequentially select Tasks → Shrink → Files;
- in the window that opens, in the File type column, select Data;
- click OK.
- For log file:
- right-click on the name of the database;
- in the drop-down menu, sequentially select Tasks Shrink File;
- in the window that opens, in the File type column, select Log;
- click OK.
The database is now compressed.