简体   繁体   中英

Transfer data from CRM database to SQL Database using Plugin

我是CRM和C#的新手,任何人都可以使用C#插件提供一些简短的信息和步骤,将数据从CRM数据库传输到SQL数据库。

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM