Skip to main content

Additional informations

Installation of Internet Information Server

For this we refer to the Microsoft documentation:

Note for MS SQL Server with Case Sensitive setting

If you have installed an MS SQL Server with a default sort that is not Case Insensitive, you must set the collection to „SQL_Latin1_General_CP1_CI_AS" when you create the database:

Figure 18. SQL CaseSensitive
SQL CaseSensitive


Note for MS SQL Server database file settings

To avoid performance bottlenecks on SQL Server side, the AutoGrowth settings of the database should be set to higher values. This improves especially import tasks. This value can be also set in the Web.config.

Figure 19. SQL DB Size
SQL DB Size


Note for MS SQL Server database maintenance

The performance of database queries in Celonis Process Management can be improved on SQL Server side by rebuilding the indices of each table in a database frequently, e.g. nightly after creation of the database backup. Until version 5.9 it's also recommended to rebuild these indices after larger import tasks (500 MB) once a backup was created before.