The Endpoint Sensor server uses a database to store its records. By default, the database grows in size as it records more information. However, the database may be configured to limit itself to a fixed size. To change the server database size, perform the following procedure:
Before performing the following steps, Trend Micro recommends creating a back up of the Endpoint Sensor SQL database using your preferred SQL application.
• To turn the auto-purge feature on:
UPDATE dbo.Setting set Value = CAST('1' as varbinary) WHERE Category='/TMSL/SQLServer/' AND [Key]='CheckDBSize' UPDATE dbo.Setting set Value = CAST('<value>' as varbinary) WHERE Category='/TMSL/SQLServer/' AND [Key]='DBSizeLimitMB'
• To turn the auto-purge feature off:
UPDATE dbo.Setting set Value = CAST('0' as varbinary) WHERE Category='/TMSL/SQLServer/' AND [Key]='CheckDBSize'
Set <value> to the preferred maximum size of the database in MB.
To manage the database size of Endpoint Sensor agents, use the Endpoints screen.
For details, Endpoint.