Hi,
I would like to avoid that the JET DB file used for logging would become too large. Is there any way to archive or empty this file after a while?
Moderator: alorbach
DELETE FROM SystemEventsProperties
WHERE NOT EXISTS (SELECT *
FROM SystemEvents
WHERE SystemEvents.ID = SystemEventsProperties.SystemEventID);Users browsing this forum: No registered users and 0 guests