How to clean up the eventlog table in the FlexiCapture database?

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.

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.