Question

I am new to CRM and C# , can anyone please give some brief information and steps on transferring data from CRM database to SQL database using C# plugin.

Was it helpful?

Solution

I would suggest you to use SSIS Integration Toolkit. You would not need to write any code to accomplish your goal.

OTHER TIPS

The simplest way to get data into SQL Server is probably to use ADO.NET to insert/update records.

Here's a SO answer on how to do that: Code for inserting data into SQL Server database using Enterprise library

As for getting the data from Dynamics CRM, my suggestion would be to look in the Microsoft Dynamics CRM SDK which contains many examples for different development scenarios.

http://www.microsoft.com/en-us/download/details.aspx?id=24004

Also here's a fairly detailed walkthrough.

http://msdn.microsoft.com/en-us/library/gg695782.aspx

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top