Forum Discussion

tfoliveira's avatar
tfoliveira
Regular Visitor
4 years ago
Solved

Is there any routine to clean up the ExecutionLogStorage table?

Hi, I verified that the ExecutionLogStorage table is being cleared on the server, not showing all log history. I would like to know if there is any routine responsible for this, and if this can be c...
  • Marcin_PL's avatar
    4 years ago

    Hi,

    You can change it in dbo.configurationinfo table in the  ExecutionLogDaysKept field.

     

    ExecutionLogDaysKept

    The number of days to keep report execution information in the execution log. Valid values for this property include -1 through 2,147,483,647. If the value is -1, entries are not deleted from the Execution Log table. The default value is 60.

     

    Regards,

    Marcin