Here is a quick SQL command to clean the EventLog from the DotNetNuke database.
USE DataBaseNameHere
TRUNCATE TABLE EventLog
Here is a quick SQL command to clean the EventLog from the DotNetNuke database.
USE DataBaseNameHere
TRUNCATE TABLE EventLog