Thursday, April 15, 2010

Crm Integration Using SSIS

A common situation in Microsoft Dynamics CRM is to integrate data from a foreign system. In order to do that we must read data from the external source and import then using custom rules inside CRM using the webservice. An easy approach is to use SQL integration services. The tricky part of this approach is how to consume the CRM web service inside Ingration Services. The article below shows an easy way to do that.

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

No comments:

Post a Comment