i am trying insert more than 1 million record from sql server to crm it takes 2 hours for inserting 50,000 records is this normal or can we optimize this one because i dont have knowledge on crm before any suggestion is highly appriciate
Asked
Active
Viewed 427 times
0

David Browne - Microsoft
- 80,331
- 6
- 39
- 67

Ragunath Kalimuthu
- 69
- 1
- 4
-
1You need to clarify what CRM system you are using, and explain in detail the method you are using to load data from SQL to that system. – David Browne - Microsoft Aug 04 '18 at 20:34
-
I am using kingswaysoft plugin in ssis to extract data from sql server to crm – Ragunath Kalimuthu Aug 04 '18 at 20:47
-
1What CRM system? – David Browne - Microsoft Aug 04 '18 at 20:48
-
@DavidBrowne-Microsoft microsoft dynamics crm – Ragunath Kalimuthu Aug 04 '18 at 21:00
1 Answers
1
Bulk load API & multi-threading gives us more powerful integration data flow in Dynamics CRM + KingswaySoft combo.
From Kingswaysoft FAQ:
How do I maximize the throughput when writing data to Microsoft Dynamics?
The easiest way to achieve a better writing performance when working with Microsoft Dynamics 365 is to use a Batch Size along with the Multi-threaded writing (available since v9.0) which are two single configurations in the CRM destination component. However, it's important to choose the right combination of Batch Size and the number of threads used to achieve the best possible performance.

Community
- 1
- 1

Arun Vinoth-Precog Tech - MVP
- 22,364
- 14
- 59
- 168