Reputation: 64175
I need to import millions of records into a CRM 2011 Online entities. Is there any efficient way to do it?
Upvotes: 4
Views: 7190
Reputation: 51
We have a CRM migration tool that allows you to import data into CRM, both on-premise and online using the bulk import functionality which CRM provides.
Our product supports multiple table mappings per migration project, defining multiple data sources, and when you are done running your import in development, you can clone the connections into a new environment , for example SIT, UAT or PROD and re-run your import against there when ready. No coding required, so essentially anyone with BA / DB schema knowledge can use this tool to perform migration imports.
http://www.splsolutions.com.au
Any questions, please feel free to get in touch with us.
cheers, Paul
Upvotes: 1
Reputation: 435
This tutorial might help. It shows how to send data stored in a SQL database to MSCRM 4.0 via CRM Web Services using SSIS.
The comments mention alternative options.
Upvotes: 0
Reputation: 15128
With CRM 2011 Online you have different ways:
Import Data Wizard
functionalityExecuteMultipleRequest
, more details here: Use ExecuteMultiple to Improve Performance for Bulk Data LoadWhich one is more efficient between these methods depends on your crm structure, the source of your data, the complexity of the transformation, etc.
Upvotes: 6
Reputation: 408
There are a couple of other import tools for importing data SSIS integration toolkit is one and Import manager another
Upvotes: 1