![]() |
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 Suadeo inside of a SQL Server SSIS workflow to transfer Suadeo data into a Microsoft SQL Server database.
To get started, add a new Suadeo 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 Suadeo connection properties in a connection manager.
The driver uses the OAuth 2.0 Resource Owner Password Credentials (ROPC) grant to authenticate to Suadeo. Authentication occurs directly using your credentials; there is no browser-based authorization flow or refresh token.
Set the following connection properties:
When you connect, the driver sends your credentials to the Suadeo OAuth token endpoint, receives an access token, and uses it for all subsequent requests. A new access token is obtained automatically when needed during the session.
๐ Configuring a connection (Salesforce is shown).Follow the steps below to specify the query to be used to extract Suadeo data.
SELECT Id, Name FROM Customers WHERE Status = 'Active'๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the Suadeo data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with Suadeo data.
๐ The completed import. (Salesforce is shown.)Download a free trial of the Suadeo SSIS Component to get started:
Download NowLearn more:
๐ Suadeo IconPowerful SSIS Source & Destination Components that allows you to easily connect SQL Server with Suadeo through SSIS Workflows.
Use the Suadeo Data Flow Components to synchronize with Suadeo 0, and more. Perfect for data synchronization, local back-ups, workflow automation, and more!