Cleaning DotNetNuke DNN Databases

Here is a quick SQL command to clean the EventLog from the DotNetNuke database.

USE DataBaseNameHere
TRUNCATE TABLE EventLog