MS SQL Server

There are two scheduled jobs for MSSQL Databases which are deleting unnecessary data to improve performance.

These should be created automatically during database initialization. But in case they are not present due to any issue, can be created manually running the scripts bellow:

For version 6.0-6.5: 06_jobs.sql
For version 6.6: Script_Recreate_Agent_Jobs.MSSQL
For version 6.9 or higher maintenance jobs are run as TIS cron jobs.

Oracle

For version up to 6.6 Oracle JOBS are running the maintenance jobs.

For version 6.9 or higher maintenance jobs are run as TIS cron jobs.

PostgreSQL

For version up to 6.6 pgagent runs the maintenance jobs.

For version 6.9 or higher maintenance jobs are run as TIS cron jobs.