![]() |
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 Salesforce Data Cloud inside of a SQL Server SSIS workflow to transfer Salesforce Data Cloud data into a Microsoft SQL Server database.
To get started, add a new Salesforce Data Cloud 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 Salesforce Data Cloud connection properties in a connection manager.
Salesforce Data Cloud supports authentication via the OAuth standard.
Set to OAuth.
CData provides an embedded OAuth application that simplifies authentication at the desktop.
You can also authenticate from the desktop via a custom OAuth application, which you configure and register at the Salesforce Data Cloud console. For further information, see Creating a Custom OAuth App in the Help documentation.
Before you connect, set these properties:
When you connect, the driver opens Salesforce Data Cloud's OAuth endpoint in your default browser. Log in and grant permissions to the application.
The driver then completes the OAuth process as follows:
For other OAuth methods, including Web Applications and Headless Machines, refer to the Help documentation.
๐ Configuring a connection (Salesforce is shown).Follow the steps below to specify the query to be used to extract Salesforce Data Cloud data.
SELECT [Account ID], [Account Name] FROM Account WHERE EmployeeCount > 250๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the Salesforce Data Cloud data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with Salesforce Data Cloud data.
๐ The completed import. (Salesforce is shown.)Download a free trial of the Salesforce Data Cloud SSIS Component to get started:
Download NowLearn more:
๐ Salesforce Data Cloud IconPowerful SSIS Source & Destination Components that allows you to easily connect SQL Server with Salesforce Data Cloud through SSIS Workflows.
Use the Salesforce Data Cloud Data Flow Components to synchronize with Salesforce Data Cloud 0, and more. Perfect for data synchronization, local back-ups, workflow automation, and more!