I was given a task to find out the best tool for integrating DB2 (has about 5 Millions records) to SQL 2012 (CRM 2013).
DB2 sends through customer names and contact details to SQL and every time a customer details has changed ,it will then update SQL. This could be 10,000 records max a day. It's one way communication because CRM will not send back anything to DB2. However I need to make sure that the GUID will be generate correctly to CRM.
I have done a research and found:
- 1. Via Web service
- 2. SSIS and use SDK to call a function to generate GUID
- 3. CRM Import Manager
- 4. Scribe (but prefer not to as it 3rd party product)
Could anyone point to the best one that will definitely give GUID without affecting CRM performance please?
Help please
Wani