I have created a console application to update millions of records in a weekly basis. In which some time sql time out issue and service proxy issue occured
In the C# code, I have used UpdateRequest class to update the entity. In the CRM 2011 before update roll up 12, there is no executemultiple class. So I can't use this feature.
I have tried with Parallel.For (service.execute(updateRequest)) and normal c# for method both throws issue.
My goal is to update millions of records every week through console application. Could you please guide me?
*This post is locked for comments
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156