Question
How to clean up the eventlog table in the FlexiCapture database?
Answer
Eventlog table can be cleaned up from SQL Management Studio, here is an example of a code:
DELETE FROM dbo.EventLog
WHERE Date < '2020-12-10'
Make sure to have a DB backup before implementing this code. Please also stop the processing in the FlexiCapture 12 complex before making any direct intervention in the FlexiCapture database.
Comments
0 comments
Please sign in to leave a comment.