سؤال

I can't believe that I have not yet found the answer to this question.

All I want to know is where to start in terms of using SQL tools (queries or SSIS I assume) to query CRM online (2013) and bring data into a table.

Is this even possible?

I want to download data, then I want to transform then I want to put it back. I'm sure I can work out that once I know to start!!!

Many thanks, Warren

هل كانت مفيدة؟

المحلول

Unfortunately, CRM Online doesn't give you direct access to the database layer via SSMS.

There are some good samples in the CRM SDK that show how to retrieve data if you are up for writing some C#. This is their intro sample for how to connect to your CRM instance, gather some data, display it, and then update the entities. http://msdn.microsoft.com/en-us/library/hh675400.aspx

Once you manage to connect to your CRM instance, you will have access to all of your CRM data objects.

نصائح أخرى

What I can suggest you based on my experience is you can get Data From CRM Online to your SQL using SSIS and you can use SSIS Integration Toolkit for CRM for it.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top