smwikipedia
smwikipedia

Reputation: 64175

How to import large volume of data into CRM 2011 Online entities?

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

Answers (4)

Milsnipsky
Milsnipsky

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

LeSteelBox
LeSteelBox

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.

http://blogs.msdn.com/b/crm/archive/2008/05/07/integrating-crm-using-sql-integration-services-ssis.aspx

Upvotes: 0

Guido Preite
Guido Preite

Reputation: 15128

With CRM 2011 Online you have different ways:

Which 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

Rickard N
Rickard N

Reputation: 408

There are a couple of other import tools for importing data SSIS integration toolkit is one and Import manager another

Upvotes: 1

Related Questions