Support Suite
User Login
Knowledgebase: EIOBoard Server
Deleting Old Status History for On-Prem Servers - SQL
Posted by Sam Lynn on 19 October 2022 02:59 PM
|
|
This document only pertains to customer with On-Premise EIOBoard servers
Database Script for Deleting Status HistoryThis script can be run as a query against your EIOBoard database. Please backup your database before running any scripts on your Database. This will delete all status history of a user past the 'Days' provided. You can run this as a SQL Task as a Daily, Weekly, or Monthly task to automate the process as well
DECLARE @Days INT --Enter Days as a negative number to delete historical data and positive numbers to delete future statuses. | |
|