How to import a large amount of data in an online organization CRM 2011?

I need to import millions of records into CRM 2011 objects online. Is there an effective way to do this?

+4
source share
4 answers

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 conversion, etc.

+6
source

There are several other import tools for importing data. The SSIS integration tool is one and the Import Manager is another.

+1
source

We have a CRM migration tool that allows you to import data into CRM, both locally and online, using the bulk import features that CRM provides.

Our product supports several table mappings for one migration project, defines several data sources, and when you perform your import during the development process, you can clone the connections into a new environment, for example SIT, UAT or PROD, and restart your import there when it is ready . Coding is not required, so anyone who has knowledge of the BA / DB schema can use this tool to import migration.

http://www.splsolutions.com.au

Any questions, please contact us.

amuses Paul

+1
source

This tutorial can help. It shows how to send data stored in an SQL database to MSCRM 4.0 through CRM web services using SSIS.

The comments mention alternatives.

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

0
source

All Articles