The ExecutionLogDaysKept value for keeping all data is incorrect. It should be set to -1, not 0.This can be confirmed by checking the code in the cleanup proc ExpireExecutionLogEntries which contains:-- -1 means no expirationif exists (select * from ConfigurationInfo where [Name] = 'ExecutionLogDaysKept' and CAST(CAST(Value as nvarchar) as integer) = -1)beginreturnend
↧