![]() |
VOOZH | about |
Using SQL Server as a backup for critical business data provides an essential safety net against loss. Backing up data to SQL Server enables business users to more easily connect that data with features like reporting, analytics, and more.
This example demonstrates how to use the CData SSIS Tasks for Dynamics CRM inside of a SQL Server SSIS workflow to transfer Dynamics CRM data into a Microsoft SQL Server database.
CData simplifies access and integration of live Microsoft Dynamics CRM data. Our customers leverage CData connectivity to:
CData customers use our Dynamics CRM connectivity solutions for a variety of reasons, whether they're looking to replicate their data into a data warehouse (alongside other data sources) or analyze live Dynamics CRMa data from their preferred data tools inside the Microsoft ecosystem (Power BI, Excel, etc.) or with external tools (Tableau, Looker, etc.).
To get started, add a new Dynamics CRM source and SQL Server ADO.NET destination to a new data flow task.
๐ The Data Flow task used in this example. (Salesforce is shown.)Follow the steps below to save Dynamics CRM connection properties in a connection manager.
The connection string options meet the authentication and connection requirements of different Dynamics CRM instances. To connect to your instance, set the User and Password properties, under the Authentication section, to valid Dynamics CRM user credentials and set the Url to a valid Dynamics CRM server organization root. Additionally, set the CRMVersion property to 'CRM2011+' or 'CRMOnline'. IFD configurations are supported as well; set InternetFacingDeployment to true.
Additionally, you can provide the security token service (STS) or AD FS endpoint in the STSURL property. This value can be retrieved with the GetSTSUrl stored procedure. Office 365 users can connect to the default STS URL by simply setting CRMVersion.
๐ Configuring a connection (Salesforce is shown).Follow the steps below to specify the query to be used to extract Dynamics CRM data.
SELECT Contact.FirstName, SUM(Account.NumberOfEmployees) FROM Contact, Account GROUP BY Contact.FirstName๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the Dynamics CRM data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with Dynamics CRM data.
๐ The completed import. (Salesforce is shown.)Download a free trial of the Dynamics CRM SSIS Component to get started:
Download NowLearn more:
๐ Dynamics CRM IconPowerful SSIS Source & Destination Components that allow you to easily connect SQL Server with live Dynamics CRM (OnPremise & Online) account data through SSIS Workflows.
Use the Data Flow Components to synchronize with Dynamics CRM Leads, Contacts, Opportunities, Accounts, etc. Perfect for data synchronization, local back-ups, workflow automation, and more!