![]() |
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 Zuora inside of a SQL Server SSIS workflow to transfer Zuora data into a Microsoft SQL Server database.
To get started, add a new Zuora 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 Zuora connection properties in a connection manager.
Zuora uses the OAuth standard to authenticate users. See the online Help documentation for a full OAuth authentication guide.
In order to create a valid connection with the provider you need to choose one of the Tenant values (USProduction by default) which matches your account configuration. The following is a list with the available options:
Two Zuora services are available: Data Query and AQuA API. By default ZuoraService is set to AQuADataExport.
The Data Query feature enables you to export data from your Zuora tenant by performing asynchronous, read-only SQL queries. We recommend to use this service for quick lightweight SQL queries.
LimitationsAQuA API export is designed to export all the records for all the objects ( tables ). AQuA query jobs have the following limitations:
LimitationsFollow the steps below to specify the query to be used to extract Zuora data.
SELECT Id, BillingCity FROM Invoices WHERE BillingState = 'CA'๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the Zuora data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with Zuora data.
๐ The completed import. (Salesforce is shown.)Download a free trial of the Zuora SSIS Component to get started:
Download NowLearn more:
๐ Zuora IconPowerful SSIS Source & Destination Components that allows you to easily connect SQL Server with Zuora through SSIS Workflows.
Use the Zuora Data Flow Components to synchronize with Zuora. Perfect for data synchronization, local back-ups, workflow automation, and more!