Hi.
After upgrading a site from 4.51 to 4.61, I get recurring exceptions thrown from the .NET Runtime. (system.data.sqlclient.sql unhandles exception, timeout)
The errors occur at roughtly two minutes intervals, even if no users are active. I cannot find any scheduled tasks in the application (I'm not the original developer), so I'm wondering if these might come from some epi-process?
Ok, found the cause and hte solution here:
http://www.episerver.com/en/EPiServer_Knowledge_Center/Developer-Forum2/EPiServer-Developer-Forums-/1805/8368/
Manually truncating tblScheduledItemLog down to 100 rows did the trick.