We have the PURGE SYSTEM GENERATED LOGS job running but it doesn’t appear to delete rows from the expected table CSR_LOGS.
It’s unclear if we:
- Have the job set up wrong
- Our expectation that ALL rows are being deleted from the CSR_LOGS based on the number of retention days as the only criteria for the
- There’s a problem with the job which is preventing the job from deleting the rows
We have the job running with 1 retention day against a table with 75915 rows of data. We have an expectation there should be a change in the number of rows after the jobs execute.