![]() |
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 Adobe Target inside of a SQL Server SSIS workflow to transfer Adobe Target data into a Microsoft SQL Server database.
To get started, add a new Adobe Target 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 Adobe Target connection properties in a connection manager.
To connect to Adobe Target, you must provide the Tenant property along with OAuth connection properties mentioned below. Note that while other connection properties can influence processing behavior, they do not affect the ability to connect.
To determine your Tenant name:
You must set AuthScheme to OAuthClient for all user account flows.
Note: Adobe authentication via OAuth requires updating your token every two weeks.
Obtaining the OAuth Access Token
Set the following properties to connect:
With these settings, the provider obtains an access token from Adobe Target, which it uses to request data. The OAuth values are stored in the location specified by OAuthSettingsLocation, ensuring they persist across connections.
๐ Configuring a connection (Salesforce is shown).Follow the steps below to specify the query to be used to extract Adobe Target data.
SELECT Id, Name FROM Activities WHERE Type = 'AB'๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the Adobe Target data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with Adobe Target data.
๐ The completed import. (Salesforce is shown.)Download a free trial of the Adobe Target SSIS Component to get started:
Download NowLearn more:
๐ Adobe Target IconPowerful SSIS Source & Destination Components that allows you to easily connect SQL Server with live Adobe Target through SSIS Workflows.
Use the Adobe Target Data Flow Components to synchronize with Adobe Target. Perfect for data synchronization, local back-ups, workflow automation, and more!