In CRM 2011 we faced Generic SQL Error while running plugin to update records, this issue generally occurs when too many operations happening at the same time like updating same records by another request or too many conditions to update records.
To resolve this issue we need first identify and optimise the query and also remove unnecessary requests to database and apply indexing to database records.
No comments:
Post a Comment