Click here to Skip to main content
15,923,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

Before:
There is data older then 120 days


I have tried changing value of ExecutionLogDaysKept as follows:
SQL
UPDATE ConfigurationInfo SET Value = '90' WHERE   Name = 'ExecutionLogDaysKept'

I then restarted all SQL related services and tried checking data in ExecutionLogStorage Table of ReportServer DB.

After:
No Change
Expected(Data Older then 90 days would be cleared)

can anyone please help me with it?

Do I need to follow some steps to clear data from ExecutionLogStorage Table automatically?
Any help would greatly be appreciated.

Thanks,
Hitesh Varde,
Software Engineer
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900