![]() |
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 365 Business Central inside of a SQL Server SSIS workflow to transfer Dynamics 365 Business Central data into a Microsoft SQL Server database.
To get started, add a new Dynamics 365 Business Central 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 365 Business Central connection properties in a connection manager.
To authenticate to Dynamics 365 Business Central, you must select an AuthScheme and provide the required properties (OAuth by default).
Specify the . If you have multiple companies in your organization, you must also specify the to indicate which company you would like to connect to. does not need to be specified if you have only one company.
To authenticate with an Access Key, set AuthScheme to "AccessKey" and provide the and properties.
To obtain the and values, navigate to the Users page in Dynamics 365 Business Central and then click on Edit. The User Name and Web Service Access Key values are what you will enter as the and connection string properties. Note that the User Name is not your email address. It is a shortened user name.
If you wish to authenticate through other methods, refer to the Help documentation.
๐ Configuring a connection (Salesforce is shown).Follow the steps below to specify the query to be used to extract Dynamics 365 Business Central data.
SELECT accountid, Name FROM Accounts๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the Dynamics 365 Business Central data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with Dynamics 365 Business Central data.
๐ The completed import. (Salesforce is shown.)Download a free trial of the Dynamics 365 Business Central SSIS Component to get started:
Download NowLearn more:
๐ Dynamics 365 Business Central (NAV) IconPowerful SSIS Source & Destination Components that allows you to easily connect SQL Server with live Dynamics 365 Business Central data through SSIS Workflows.
Use the Dynamics 365 Business Central Data Flow Components to synchronize with Items, Sales Orders, Purchase Orders, etc. Perfect for data synchronization, local back-ups, workflow automation, and more!