![]() |
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 NAV inside of a SQL Server SSIS workflow to transfer Dynamics NAV data into a Microsoft SQL Server database.
To get started, add a new Dynamics NAV 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 NAV connection properties in a connection manager.
Before you can connect, OData Services will need to be enabled on the server. Once OData Services are enabled, you will be able to query any Services that are published on the server.
The User and Password properties, under the Authentication section, must be set to valid Dynamics NAV user credentials. In addition, specify a URL to a valid Dynamics NAV server organization root and a ServerInstance. If there is not a Service Default Company for the server, set the Company as well.
๐ Configuring a connection (Salesforce is shown).Follow the steps below to specify the query to be used to extract Dynamics NAV data.
SELECT Name, Prices_Including_VAT FROM Customer๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the Dynamics NAV data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with Dynamics NAV data.
๐ The completed import. (Salesforce is shown.)Download a free trial of the Dynamics NAV SSIS Component to get started:
Download NowLearn more:
๐ Dynamics NAV IconPowerful SSIS Source & Destination Components that allows you to easily connect SQL Server with live Dynamics NAV data through SSIS Workflows.
Use the Dynamics NAV Data Flow Components to synchronize with Items, Sales Orders, Purchase Orders, etc. Perfect for data synchronization, local back-ups, workflow automation, and more!