JonG wrote:
Is there a command I could use to at least empty the current event log tables and start again ?
Please do the following:
• Stop the Lansweeper service.
• Execute the command below in SQL Server Management Studio.
This will delete all event log information from your database.use lansweeperdb
GO
truncate table tblntlogevent
• Right-click on the lansweeperdb database in SQL Server Management Studio and choose Tasks\Shrink. Shrink both the database and files.
• Restart the Lansweeper service.
We would also recommend the following:
• In your Lansweeper configuration console under Scanning Servers\Your Server\Options\Eventlog Scanning, disable any event types you don’t need. Scanning non-error events can quickly increase the size of your database.
• In your Lansweeper configuration console under Scanning Servers\Your Server\Options\Scanning & Cleanup Options, lower the setting below as much as possible.
Delete eventlog entries after X days.