I have a list, that contains multiple account info.
I search in account table and after I create or update account. I use IOrganizationService for create and SQL commands for update and search.
First iteration was good. But in next iteration search or update command call TimeOut on SQL command executing.
I use SQL commands, becouse I have to avoid entity audit. How can I avoid this error with Timeout
*This post is locked for comments
I have the same question (0)