Free up ClubspeedExecutions database space
Search
Free up ClubspeedExecutions database space
The script below will free up space from the ClubspeedLogs database if it reports getting close to or being full.
Get management approval before running.
The script will save the last 14 days worth of logs into a temporary table, truncate the logs table, and then move over those saved logs back and delete that temporary table. After that process, it will then shrink the database files so that it will stop reporting as full through our alerts in LogMeIn.
If there is a space limitation on the database, then run the below script. It will just likely be more resource intensive and take longer so make sure you run it during a time where a potentially extended performance hit would be acceptable.