![]() |
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 Microsoft Dataverse inside of a SQL Server SSIS workflow to transfer Microsoft Dataverse data into a Microsoft SQL Server database.
CData provides the easiest way to access and integrate live data from Microsoft Dataverse (formerly the Common Data Service). Customers use CData connectivity to:
CData customers use our Dataverse 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 Dataverse 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 Microsoft Dataverse 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 Microsoft Dataverse connection properties in a connection manager.
You can connect without setting any connection properties for your user credentials. Below are the minimum connection properties required to connect.
When you connect the Common Data Service OAuth endpoint opens in your default browser. Log in and grant permissions. The OAuth process completes automatically.
๐ Configuring a connection (Salesforce is shown).Follow the steps below to specify the query to be used to extract Microsoft Dataverse data.
SELECT AccountId, Name FROM Accounts WHERE Name = 'MyAccount'๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the Microsoft Dataverse data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with Microsoft Dataverse data.
๐ The completed import. (Salesforce is shown.)Download a free trial of the Microsoft Dataverse SSIS Component to get started:
Download NowLearn more:
๐ Microsoft Dataverse IconPowerful SSIS Components that allows you to easily connect SQL Server with Microsoft Dataverse through SSIS Workflows.
Use the Data Flow Components to synchronize with any Dataverse entities. Perfect for data synchronization, local back-ups, workflow automation, and more!