
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2011 03:11 PM
Is there a way to purge the eventlog table? I had the "Delete eventlog entries after" set to 14, but have reduced to 3. Does not seem to purge old data. The table is 5GB in size!
Or a script to purge the table based on age?
Thanks
Or a script to purge the table based on age?
Thanks
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2011 03:38 PM
Will this remove all the data in that table?
if so is there a way to delete where the entry is greater than X days?
Thanks
if so is there a way to delete where the entry is greater than X days?
Thanks

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2011 04:06 PM
blackg wrote:
Will this remove all the data in that table?
if so is there a way to delete where the entry is greater than X days?
Thanks
You can configure this in the scanning options (runs every 24 hours)

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2011 03:15 PM
Please run the following database script:
truncate table tblntlogevent
